Skip to main content
Glama
cbunting99

MCP Code Analysis & Quality Server

by cbunting99
tsconfig.json1.38 kB
{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "lib": ["ES2022"], "types": ["node", "jest"], "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./", "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "baseUrl": ".", "paths": { "@mcp-code-analysis/*": ["packages/*/src"] }, "typeRoots": ["node_modules/@types"] }, "include": [ "packages/*/src/**/*", "packages/*/test/**/*", "packages/*/spec/**/*" ], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "packages/*/dist", "packages/*/*.tsbuildinfo" ], "ts-node": { "esm": false, "experimentalSpecifierResolution": "node" } }

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/cbunting99/mcp-code-analysis-server'

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