Skip to main content
Glama
tsconfig.json.new1.17 kB
{ "compilerOptions": { "target": "ES2021", "lib": ["ES2021"], "module": "ESNext", "moduleResolution": "node", "types": ["@cloudflare/workers-types"], "allowJs": true, "checkJs": false, "outDir": "./dist", "rootDir": "./src", "removeComments": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": false, "noImplicitOverride": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "exactOptionalPropertyTypes": false, "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "isolatedModules": true, "verbatimModuleSyntax": true, "incremental": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "**/*.test.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/hummbl-dev/mcp-server'

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