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.

25 lines 1.62 kB
/** * DHIS2 Web App Platform Integration and Debugging Functions * Phase 2 implementation for DHIS2 MCP Server */ export declare function generateWebAppInitInstructions(appName: string, appTitle: string, appDescription: string, options?: any): string; export declare function generateManifestContent(args: any): string; export declare function generateBuildSystemConfig(args: any): string; export declare function generateDevEnvironmentConfig(args: any): string; export declare function generateAppRuntimeConfig(args: any): string; export declare function generateAuthenticationPatterns(args: any): string; export declare function generateUIComponents(args: any): string; export declare function generateTestSetup(args: any): string; export declare function generateUIFormPatterns(args: any): string; export declare function generateUIDataDisplayPatterns(args: any): string; export declare function generateUINavigationLayout(args: any): string; export declare function generateDesignSystemConfig(args: any): string; export declare function generateI18nSetup(): string; export declare function generateAccessibilityChecklist(): string; export declare function generateTableEnhancements(args: any): string; export declare function generateAndroidThemeScaffold(args: any): string; export declare function generateAndroidMaterialForm(args: any): string; export declare function generateAndroidListAdapter(args: any): string; export declare function generateAndroidNavigationDrawer(args: any): string; export declare function generateAndroidBottomSheet(args: any): string; //# sourceMappingURL=webapp-generators.d.ts.map