Skip to main content
Glama

MCP Boilerplate

by jakreymyers
tsconfig.json1.07 kB
{ "compilerOptions": { /* Language and Environment */ "target": "ES2022", "module": "CommonJS", "lib": ["ES2022"], /* Module Resolution */ "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, /* Emit */ "outDir": "./dist", "rootDir": "./src", "sourceMap": true, "declaration": true, "declarationMap": true, "removeComments": false, /* Interop Constraints */ "isolatedModules": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, /* Skip Lib Check */ "skipLibCheck": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "docs" ], "ts-node": { "esm": false } }

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/jakreymyers/mcp-boilerplate'

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