Skip to main content
Glama
tsconfig.json1.01 kB
{ "compilerOptions": { // Environment setup & latest features "lib": ["ESNext", "ES2022"], "target": "ES2022", "module": "ESNext", "moduleDetection": "force", "allowJs": true, // Node.js mode "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, // Output configuration "outDir": "./dist", "rootDir": "./", "declaration": true, "declarationMap": true, "sourceMap": true, // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, "include": [ "index.ts" ], "exclude": [ "node_modules", "dist", "examples", "web_ui_utcp_mcp_bridge", "python_mcp_bridge" ] }

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/universal-tool-calling-protocol/utcp-mcp'

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