Skip to main content
Glama

MCP Accessibility Scanner

tsconfig.json435 B
{ "compilerOptions": { // --- Module & JS Target --- "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", // --- Output --- "rootDir": "src", "outDir": "./lib", // --- Developer Experience & Interop --- "strict": true, "sourceMap": true, // <-- ADDED: Crucial for debugging! "esModuleInterop": true, "resolveJsonModule": 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/JustasMonkev/mcp-accessibility-scanner'

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