Import PoC4 MCP test UI source snapshot
This commit is contained in:
35
poc4_active_source_20260714/config/mcp_servers.json
Normal file
35
poc4_active_source_20260714/config/mcp_servers.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"default_server_id": "kb_mcp",
|
||||
"servers": [
|
||||
{
|
||||
"id": "kb_mcp",
|
||||
"enabled": true,
|
||||
"provider": "custom_python",
|
||||
"transport": "http",
|
||||
"endpoint_url": "https://kb.cloud-handson.com/mcp",
|
||||
"base_url_env": "KB_MCP_BASE_URL",
|
||||
"auth_mode_env": "KB_MCP_AUTH_MODE",
|
||||
"timeout_seconds_env": "POC3_MCP_TIMEOUT_SECONDS",
|
||||
"default_tool": "ords.query.kb_select_ai_vpd",
|
||||
"router_model_profile": "gpt55_oci",
|
||||
"tool_allowlist": [
|
||||
"ords.query.kb_select_ai_vpd"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user