Skip to main content
Glama

MCP DadosBR

tsconfig.worker.json811 B
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": [ "ES2022", "WebWorker" ], "types": [ "@cloudflare/workers-types" ], "outDir": "./build", "rootDir": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": false, "sourceMap": false }, "include": [ "lib/**/*.ts" ], "exclude": [ "node_modules", "build", "test", "server.ts" ] }

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/cristianoaredes/mcp-dadosbr'

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