feat(poc4): route UI through HMM MCP

This commit is contained in:
devmrko
2026-07-22 12:35:29 +09:00
parent 8cd4fc6ade
commit c4e158f639
3 changed files with 29 additions and 27 deletions

View File

@@ -1,35 +1,22 @@
{
"default_server_id": "kb_mcp",
"default_server_id": "hmm_hr_mcp",
"servers": [
{
"id": "kb_mcp",
"id": "hmm_hr_mcp",
"enabled": true,
"provider": "custom_python",
"provider": "hmm_compat_mcp",
"transport": "http",
"endpoint_url": "https://kb.cloud-handson.com/mcp",
"base_url_env": "KB_MCP_BASE_URL",
"auth_mode_env": "KB_MCP_AUTH_MODE",
"endpoint_url": "https://hmm-mcp.cloud-handson.com/mcp",
"auth_token_env": "HMM_MCP_BEARER_TOKEN",
"timeout_seconds_env": "POC3_MCP_TIMEOUT_SECONDS",
"default_tool": "ords.query.kb_select_ai_vpd",
"router_model_profile": "gpt55_oci",
"default_tool": "search_hr_data",
"router_model_profile": "gpt54_mini_oci",
"tool_allowlist": [
"ords.query.kb_select_ai_vpd"
"search_hr_data",
"resolve_hr_term",
"search_hr_policy"
],
"description": "KB MCP Server used by PoC_4 UI"
},
{
"id": "kb_vector_mcp",
"enabled": true,
"provider": "custom_python",
"transport": "http",
"base_url_env": "KB_VECTOR_MCP_BASE_URL",
"endpoint_url": "http://127.0.0.1:9978/mcp",
"auth_mode_env": "KB_VECTOR_MCP_AUTH_MODE",
"timeout_seconds_env": "POC3_MCP_TIMEOUT_SECONDS",
"tool_allowlist": [
"hybrid_rerank_search"
],
"description": "KB 보험 약관 검색 MCP Server used by PoC_4 UI"
}
"description": "HMM HR knowledge and data MCP server"
}
]
}