Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_resolve_build_issues

Diagnose and resolve DHIS2 app build issues, including dependency conflicts, module resolution, bundle size, and compilation errors, by analyzing build tools, package managers, and error messages.

Instructions

Diagnose and resolve common DHIS2 app build and bundling issues

Input Schema

NameRequiredDescriptionDefault
buildToolYesBuild tool being used
dependenciesNo
errorMessageNoSpecific error message from build
issueTypeYesType of build issue
nodeVersionNoNode.js version (e.g., "18.17.0")
packageManagerNoPackage manager being used

Input Schema (JSON Schema)

{ "properties": { "buildTool": { "description": "Build tool being used", "enum": [ "d2_cli_deprecated", "app_platform", "webpack", "vite", "custom" ], "type": "string" }, "dependencies": { "properties": { "appPlatform": { "description": "Version of @dhis2/app-platform", "type": "string" }, "dhis2Cli": { "description": "Version of @dhis2/cli-app-scripts", "type": "string" } }, "type": "object" }, "errorMessage": { "description": "Specific error message from build", "type": "string" }, "issueType": { "description": "Type of build issue", "enum": [ "dependency_conflicts", "module_resolution", "bundle_size", "tree_shaking", "compilation_errors", "memory_issues" ], "type": "string" }, "nodeVersion": { "description": "Node.js version (e.g., \"18.17.0\")", "type": "string" }, "packageManager": { "description": "Package manager being used", "enum": [ "npm", "yarn", "pnpm" ], "type": "string" } }, "required": [ "buildTool", "issueType" ], "type": "object" }

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