UNPKG

dhis2-mcp-server

Version:

A Model Context Protocol server providing 108 tools for DHIS2 development, including code generators, debugging helpers, and documentation access for web and Android app development.

5 lines 254 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare function createDevelopmentTools(): Tool[]; export declare function createAPITools(): Tool[]; export declare function createDHIS2Tools(): Tool[]; //# sourceMappingURL=index.d.ts.map