Skip to main content
Glama

DSP Booking MCP Server

by hrz8
tsconfig.json1.01 kB
{ "compilerOptions": { // Target and Module "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, // Output "outDir": "./dist", "rootDir": "./src", "removeComments": true, // Type Checking "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, // Module Resolution "resolveJsonModule": true, "allowJs": false, // Emit "declaration": false, "sourceMap": true, "forceConsistentCasingInFileNames": true, // Advanced "skipLibCheck": true, "isolatedModules": true, // Node.js specific "types": ["node"], "lib": ["ES2022"] }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", ], "ts-node": { "esm": true } }

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/hrz8/mcp-openapi'

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