Skip to main content
Glama
tsconfig.base.json914 B
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "declaration": true, "declarationMap": true, "sourceMap": true, "composite": true, "incremental": true, // Ultra-strict type checking (Phase 2 - some require codebase-wide fixes) // "noUncheckedIndexedAccess": true, // TODO: Enable after fixing array/object access // "noImplicitOverride": true, // Safe to enable // "exactOptionalPropertyTypes": true, // TODO: Enable after fixing optional properties // "noPropertyAccessFromIndexSignature": true, // TODO: Enable after fixing process.env accesses "noFallthroughCasesInSwitch": true // ✓ Enabled (no violations found) } }

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/vpursuit/swipl-mcp-server'

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