refs #732: add dynamic HMM HTML report MCP tool

This commit is contained in:
devmrko
2026-08-10 15:23:36 +09:00
parent cc2c3e3e25
commit c0c5a36ba0
12 changed files with 747 additions and 39 deletions

View File

@@ -6,7 +6,7 @@
"enabled": true,
"provider": "hmm_compat_mcp",
"transport": "http",
"endpoint_url": "https://hmm-mcp.cloud-handson.com/mcp",
"endpoint_url": "https://hmm-backoffice.cloud-handson.com/mcp",
"auth_token_env": "HMM_MCP_BEARER_TOKEN",
"timeout_seconds_env": "AI_WEB_AGENT_CONSOLE_MCP_TIMEOUT_SECONDS",
"default_tool": "search_hr_data",
@@ -15,7 +15,8 @@
"search_hr_data",
"resolve_hr_term",
"search_hr_policy",
"search_carrier_performance"
"search_carrier_performance",
"render_hmm_carrier_report"
],
"description": "HMM HR knowledge, ADB employee assignment, and RDS carrier performance MCP server"
}