Skip to main content
Glama

Task Agents

tsconfig.test.json517 B
{ "extends": "./tsconfig.json", "compilerOptions": { // Test files don't need super strict type checking "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "noPropertyAccessFromIndexSignature": false, "noUnusedLocals": false, "noUnusedParameters": false, // Ensure path mapping works for test files "baseUrl": ".", "paths": { "src/*": ["src/*"] } }, "include": ["src/**/*.test.ts", "src/**/*.spec.ts"], "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/shinpr/sub-agents-mcp'

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