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.

13 lines 709 B
/** * DHIS2 Development Debugging and Troubleshooting Functions * Based on DHIS2 community issues and best practices */ export declare function diagnoseCORSIssues(args: any): string; export declare function generateCORSConfiguration(args: any): string; export declare function debugAuthentication(args: any): string; export declare function generateProxyConfiguration(args: any): string; export declare function resolveBuildIssues(args: any): string; export declare function generatePerformanceOptimizations(args: any): string; export declare function validateEnvironment(args: any): string; export declare function generateMigrationGuide(args: any): string; //# sourceMappingURL=debugging-helpers.d.ts.map