Skip to main content
Glama

Debugg AI MCP

Official
by debugg-ai
jest.config.jsโ€ข728 B
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], testEnvironment: 'node', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], transform: { '^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true }] }, testRegex: '(/__tests__/.*/(test|spec)|\\.(test|spec))\\.(jsx?|tsx?)$', testPathIgnorePatterns: ['/node_modules/', '/dist/', '/__tests__/mocks/', '/__tests__/setup.ts'], coveragePathIgnorePatterns: ['/node_modules/', '/dist/'], collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**', '!**/dist/**', '!**/__tests__/**'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1' }, setupFiles: ['<rootDir>/__tests__/setup.ts'] };

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