Skip to main content
Glama

task-orchestrator-mcp

by 108yen
tsconfig.json927 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "lib": ["esnext"], "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "sourceMap": true, "strict": true, "resolveJsonModule": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": true, "noImplicitThis": true, "noUncheckedIndexedAccess": true, "noUncheckedSideEffectImports": true, "erasableSyntaxOnly": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "compileOnSave": true, "include": [ "@types", "**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.mjs", "**/*.mts" ], "exclude": ["node_modules", "dist"] }

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/108yen/task-orchestrator-mcp'

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