Skip to main content
Glama

f2c-mcp-server

bun.build.script.ts343 B
const script = process.env.npm_lifecycle_script || '' const isDev = script.includes('--watch') export const result = await Bun.build({ entrypoints: ['src/stdio.ts', 'src/cli.ts', 'src/streamable-http.ts'], outdir: 'dist', format: 'cjs', target: 'node', sourcemap: 'linked', minify: !isDev, env: isDev ? 'inline' : 'disable', })

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/f2c-ai/f2c-mcp'

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