Skip to main content
Glama

Coupler Analytics

by railsware
tsconfig.json769 B
{ "extends": ["@tsconfig/node22/tsconfig.json"], "compilerOptions": { "customConditions": ["coupler-io-mcp-server"], "rootDir": "./src", "module": "nodenext", "moduleResolution": "node16", "esModuleInterop": true, "target": "es2022", "lib": [ "ES2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator" ], "outDir": "./dist", "allowJs": true, // Type checking "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitReturns": true }, "include": ["src/**/*.ts"], "exclude": [ "**/*.test.ts", "node_modules", "dist", "src/test/**/*.ts" ] }

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/railsware/coupler-io-mcp-server'

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