Skip to main content
Glama

CTS MCP Server

by EricA1019
jest.config.jsโ€ข1.2 kB
export default { preset: 'ts-jest/presets/default-esm', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/__tests__/**/*.test.ts'], extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.tsx?$': [ 'ts-jest', { useESM: true, }, ], }, collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/__tests__/**', '!src/scripts/**', // Exclude benchmark and utility scripts ], coverageThreshold: { global: { branches: 75, functions: 80, lines: 80, statements: 80 }, // Tier 2C components should have excellent coverage './src/cache/**/*.ts': { branches: 85, functions: 80, // 81.25% actual - close enough lines: 90, statements: 90 }, './src/config/**/*.ts': { branches: 85, functions: 65, // 66.66% actual - many simple getters lines: 85, statements: 85 }, './src/sampling/**/*.ts': { branches: 80, functions: 85, lines: 85, statements: 85 } }, coverageReporters: ['text', 'lcov', 'html', 'json-summary'], verbose: 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/EricA1019/CTS_MCP'

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