Skip to main content
Glama

DHIS2 MCP Server

by Dradebo
jest.config.js464 B
export default { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '**/tests/**/*.test.ts', '**/__tests__/**/*.test.ts', ], collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/index.ts', // Exclude main entry point from coverage ], coverageThreshold: { global: { branches: 50, functions: 50, lines: 50, statements: 50, }, }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], };

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/Dradebo/dhis2-mcp'

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