Skip to main content
Glama

Debugg AI MCP

Official
by debugg-ai
jest.integration.config.jsโ€ข889 B
/** @type {import('jest').Config} */ export default { preset: 'ts-jest', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], globals: { 'ts-jest': { useESM: true, }, }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.tsx?$': ['ts-jest', { useESM: true, }], }, testMatch: [ '**/__tests__/integration/**/*.test.ts' ], setupFilesAfterEnv: ['<rootDir>/__tests__/integration/setup.ts'], testTimeout: 90000, // 90 seconds for integration tests verbose: true, collectCoverageFrom: [ 'services/**/*.ts', 'handlers/**/*.ts', 'utils/**/*.ts', 'e2e-agents/**/*.ts', '!**/*.d.ts', '!**/__tests__/**', ], coverageDirectory: 'coverage-integration', coverageReporters: ['text', 'lcov', 'html'], maxWorkers: 1, // Run integration tests sequentially to avoid API rate limits };

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/debugg-ai/debugg-ai-mcp'

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