Skip to main content
Glama

MCP Server Boilerplate

by chrisleekr
tsconfig.json2.11 kB
{ "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ /* Projects */ "incremental": true, /* Language and Environment */ "target": "ES2022", "lib": ["ES2022"], "moduleDetection": "auto", /* Modules */ "module": "NodeNext", "moduleResolution": "NodeNext", "rootDir": "./", "baseUrl": "./", "paths": { "@/*": ["src/*"], "@/types/*": ["src/types/*"], "@/core/*": ["src/core/*"], "@/config/*": ["src/config/*"], "@/prompts/*": ["src/prompts/*"], "@/tools/*": ["src/tools/*"], "@/libraries/*": ["src/libraries/*"], "@/utils/*": ["src/utils/*"] }, "resolveJsonModule": true, /* JavaScript Support */ "allowJs": false, "checkJs": false, /* Emit */ "declaration": true, "declarationMap": true, "emitDeclarationOnly": true, "sourceMap": true, "outDir": "./dist", "removeComments": false, "importHelpers": true, "downlevelIteration": true, "noEmitOnError": true, /* Interop Constraints */ "isolatedModules": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking - Maximum Strictness */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, /* Completeness */ "skipLibCheck": true, "types": ["node", "@rspack/core/module", "jest"] }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "dist"], "ts-node": { "esm": true, "require": ["tsconfig-paths/register"] } }

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

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