Skip to main content
Glama

AutoGen MCP Server

tsconfig.json779 B
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "node", "lib": ["ES2022", "DOM"], "outDir": "build", "rootDir": "src", "strict": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "sourceMap": true, "allowJs": false, "noImplicitAny": false, "noImplicitThis": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "downlevelIteration": true, "types": ["node"] }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "**/*.test.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/DynamicEndpoints/Autogen_MCP'

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