Skip to main content
Glama

Remote-MCP Server

by ssut
tsup.config.ts585 B
import { type Options, defineConfig } from 'tsup'; const getCommonConfig = (options: Options) => ({ entry: ['./src/**/*'], experimentalDts: true, sourcemap: true, splitting: false, target: ['es2023'], clean: !options.watch, tsconfig: 'tsconfig.json', platform: 'node', // minify: !options.watch, }) satisfies Options; export default defineConfig((options) => [ { ...getCommonConfig(options), format: ['cjs'], outDir: './dist/cjs', }, { ...getCommonConfig(options), format: ['esm'], outDir: './dist/esm', }, ]);

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssut/Remote-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server