We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cardosolucass96/kommo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"types": ["@cloudflare/workers-types"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": false,
"noEmit": true
},
"include": ["src/worker.ts", "src/kommo/clientCF.ts", "src/kommo/types.ts", "src/context/sessionContext.ts", "src/utils/errors.ts", "src/utils/logger.ts"],
"exclude": ["node_modules", "dist"]
}