Skip to main content
Glama

Curupira

by drzln
tsconfig.json720 B
{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "composite": true, "declaration": true, "declarationMap": true, "module": "ESNext", "target": "ES2022", "lib": ["ES2022"], "moduleResolution": "bundler", "types": ["node"], "noEmit": false, "incremental": true, "tsBuildInfoFile": "./dist/.tsbuildinfo", "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "include": ["src/**/*"], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "src/archive/**", "src/mcp/discovery/**", "src/**/*.old" ], "references": [ { "path": "../shared" } ] }

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/drzln/curupira'

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