Skip to main content
Glama

MCP TypeScript Template

tsconfig.test.json612 B
{ "extends": "./tsconfig.json", "compilerOptions": { // Override module resolution for tests to be less strict "moduleResolution": "Bundler", // Or "Node", depending on actual test runner needs "verbatimModuleSyntax": false, "noEmit": true, // Ensure no JS is emitted for test files "types": [ "bun", "bun-types", "node", "reflect-metadata", "@cloudflare/workers-types", "vitest/globals" // Include Vitest globals ] }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist", "**/*.spec.ts"] // Exclude the old spec files }

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/mintedmaterial/mcp-ts-template'

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