Skip to main content
Glama
tsconfig.json1.29 kB
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "dist", "rootDir": "src", // Strict Type Checking "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, // Additional Checks "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "allowUnreachableCode": false, "noUncheckedIndexedAccess": false, // Module & Interop "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, // Emit "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "importHelpers": false, "emitDeclarationOnly": false, // Performance "skipLibCheck": true, "incremental": false, "types": ["node"], "noEmitOnError": false }, "include": ["src/**/*"], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "src/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/ChiR24/Unreal_mcp'

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