Skip to main content
Glama
tsconfig.json836 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "strict": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "skipLibCheck": true, "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "plugins": [ { "name": "next" } ], "paths": { "@components/*": ["./src/components/*"], "@app/*": ["./src/app/*"], "@assets/": ["./src/assets/*"], "@libs/*": ["./src/libs/*"] }, "incremental": true }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.js", "**/*.tsx", "**/*.json", ".next/types/**/*.ts", ".intlayer/**/*.ts" ], "exclude": ["node_modules"] }

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