Skip to main content
Glama

First MCP Server

by geka-evk
MIT License
tsup.config.ts352 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['./src/index.ts'], outDir: 'dist', format: ['cjs'], // add 'esm' to generate ES Modules format output during build // dts: true, // to libs to generate .d.ts files alongside your compiled JavaScript sourcemap: true, skipNodeModulesBundle: true, clean: true, });

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/geka-evk/first-mcp-server'

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