Skip to main content
Glama

CodeCompass MCP

tsconfig.dev.json639 B
{ "extends": "./tsconfig.json", "compilerOptions": { // Development-specific overrides "sourceMap": true, "inlineSourceMap": false, "inlineSources": false, "removeComments": false, // Development build optimizations "incremental": true, "skipLibCheck": true, // Enhanced error reporting "pretty": true, "noErrorTruncation": true, // Watch mode configuration "preserveWatchOutput": true }, "include": [ "src/**/*", "src/**/*.json" ], "exclude": [ "node_modules", "build", "tests/**/*.test.ts", "tests/**/*.spec.ts", "**/*.d.ts" ] }

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/TheAlchemist6/codecompass-mcp'

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