Skip to main content
Glama

Claude Code Review MCP

tsconfig.json511 B
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", // Changed for better CJS/ESM interop with Node.js ecosystem "moduleResolution": "NodeNext", // Changed "esModuleInterop": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "sourceMap": true, "resolveJsonModule": true // If you import JSON files directly }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist", "**/*.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/praneybehl/claude-code-review-mcp'

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