Skip to main content
Glama
tsconfig.json685 B
{ "compilerOptions": { "lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "moduleDetection": "force", "allowImportingTsExtensions": true, "noEmit": true, "strict": true, "downlevelIteration": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "paths": { "@error": ["./src/error/index.ts"], "@http": ["./src/http/index.ts"], "@commands/*": ["./src/commands/*"] } }, "include": ["src/**/*", "tsup.config.ts", "vitest.config.ts", "eslint.config.js"], "exclude": ["node_modules", "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/upstash/context7-mcp'

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