Skip to main content
Glama

MCP-SLOP Adapter

by kortexa-ai
tsconfig.json905 B
{ "compilerOptions": { /* Build Configuration */ "target": "ESNext", "module": "ESNext", "declaration": true, "declarationMap": true, "sourceMap": true, "incremental": true, "tsBuildInfoFile": "./build/.tsbuildinfo", /* Module Resolution */ "moduleResolution": "bundler", "moduleDetection": "force", "baseUrl": ".", "rootDir": "./src", "outDir": "./dist", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "verbatimModuleSyntax": true, /* Type Checking */ "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": [ "./src/**/*" ] }

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/kortexa-ai/mcp-slop-adapter'

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