Skip to main content
Glama
giri-jeedigunta

Test Analyzer MCP Server

jest.config.js530 B
module.exports = { testEnvironment: 'node', collectCoverage: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: [ '/node_modules/', '/build/', '/dist/' ], coverageReporters: ['json', 'lcov', 'text', 'html', 'json-summary'], coverageThreshold: { global: { branches: 70, functions: 70, lines: 70, statements: 70 } }, testMatch: [ '**/__tests__/**/*.js', '**/*.test.js', '**/*.spec.js' ], transform: { '^.+\\.jsx?$': 'babel-jest' } };

Latest Blog Posts

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/giri-jeedigunta/hello-mcp'

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