Skip to main content
Glama

Agentset

Official
by agentset-ai
tsconfig.json959 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { /** Base Options */ "esModuleInterop": true, "skipLibCheck": true, "target": "ES2022", "lib": [ "ES2022" ], "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, /** Keep TSC performant in monorepos */ "incremental": true, "disableSourceOfProjectReferenceRedirect": true, "tsBuildInfoFile": "${configDir}/.cache/tsbuildinfo.json", /** Strictness */ "strict": true, "noUncheckedIndexedAccess": true, "checkJs": true, /** Transpile using Bundler (not tsc) */ "module": "Preserve", "moduleResolution": "Bundler", "declaration": true, "declarationMap": true, "emitDeclarationOnly": true, "noEmit": false, "outDir": "${configDir}/dist" }, "exclude": [ "node_modules", "build", "dist", ".next", ".expo" ] }

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/agentset-ai/mcp-server'

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