Skip to main content
Glama

@sanderkooger/mcp-server-ragdocs

tsconfig.json700 B
{ "compilerOptions": { "target": "ES2023", // Node.js 22 supports ES2023 features "baseUrl": ".", "module": "NodeNext", // Align with Node.js 22's ESM support "moduleResolution": "nodenext", "paths": { "@tools/*": ["src/lib/*"] }, "outDir": "./build", "rootDir": "./src", "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "exactOptionalPropertyTypes": true, "noUncheckedIndexedAccess": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["node", "mocha"], }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules"] }

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/sanderkooger/mcp-server-ragdocs'

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