Skip to main content
Glama
tsconfig.json957 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@utils/ts-config", "include": ["**/*", ".intlayer/**/*.ts"], "exclude": ["node_modules", "dist"], "compilerOptions": { "strict": true, "baseUrl": ".", "esModuleInterop": true, "noEmit": false, "allowImportingTsExtensions": false, "allowSyntheticDefaultImports": true, "strictNullChecks": true, "moduleResolution": "Bundler", "module": "Preserve", "outDir": "dist", "skipLibCheck": true, "paths": { "@controllers/*": ["src/controllers/*"], "@models/*": ["src/models/*"], "@services/*": ["src/services/*"], "@routes/*": ["src/routes/*"], "@webhooks/*": ["src/webhooks/*"], "@middlewares/*": ["src/middlewares/*"], "@logger": ["src/logger/index"], "@schemas/*": ["src/schemas/*"], "@emails/*": ["src/emails/*"], "@utils/*": ["src/utils/*"], "@/*": ["src/*"] } } }

Latest Blog Posts

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/aymericzip/intlayer'

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