Skip to main content
Glama

Vibe Coder MCP

by freshtechbro
tsconfig.json•1.19 kB
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", // "esModuleInterop": true, // Removed as it can sometimes conflict with NodeNext resolution "outDir": "./build", "rootDir": "./src", // Removed baseUrl and paths to rely on standard NodeNext resolution "strict": true, "declaration": true, "declarationMap": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "allowImportingTsExtensions": false, // Explicitly disallow .ts extensions in imports "noEmit": false, // Explicitly ensure files are emitted (default is false anyway) "incremental": true, "tsBuildInfoFile": "./build/.tsbuildinfo", "removeComments": true, "sourceMap": false, "types": ["vitest/globals"] }, "include": ["src/**/*"], "exclude": [ "node_modules", "build", "**/__tests__/**", "**/__integration__/**", "**/tests/**", "**/integration/**", "**/integrations/**", "**/live/**", "**/scenarios/**", "**/live-validation/**", "**/e2e/**", "test/**", "**/languageHandlers/__tests__/**" ] }

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/freshtechbro/vibe-coder-mcp'

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