Skip to main content
Glama
tsconfig.json799 B
{ "compilerOptions": { "module": "ESNext", "target": "ES2022", "outDir": "out", "lib": ["ES2022", "DOM"], "sourceMap": true, "strict": true /* enable all strict type-checking options */, "moduleResolution": "Node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "declaration": false, "declarationMap": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"], "@/components/*": ["./src/components/*"], "@/lib/*": ["./src/lib/*"], "@tm/core": ["../../packages/tm-core/src/index.ts"], "@tm/core/*": ["../../packages/tm-core/src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", ".vscode-test", "out", "dist"] }

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/eyaltoledano/claude-task-master'

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