Use manifest-defined endpoints for tool routing
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m35s

This commit is contained in:
2026-08-19 11:43:24 +09:00
parent 422dd8c6e7
commit 60788525d6
19 changed files with 318 additions and 107 deletions

View File

@@ -9,22 +9,6 @@
"displayName": "CUS Tool Server",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {
"ins_insurance_processor": "/mcp/ins_insurance_processor",
"cmm_customer_tool": "/mcp/cmm_customer_tool",
"cmm_template_url": "/mcp/cmm_template_url",
"smp_exchange_inquiry": "/mcp/smp_exchange_inquiry",
"sol_request_detail": "/mcp/sol_request_detail",
"smp_weather_inquiry": "/mcp/smp_weather_inquiry",
"sol_request_list": "/mcp/sol_request_list",
"cmm_comcode_lookup": "/mcp/cmm_comcode_lookup",
"cmm_meta_table": "/mcp/cmm_meta_table",
"smp_quote_daily": "/mcp/smp_quote_daily",
"oth_onnba3011_call": "/mcp/oth_onnba3011_call",
"smp_team_list": "/mcp/smp_team_list"
},
"status": "ACTIVE"
}
]
@@ -37,9 +21,6 @@
"displayName": "SAL Tool Server",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
@@ -52,9 +33,6 @@
"displayName": "PRO Tool Server",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
@@ -67,12 +45,9 @@
"displayName": "SYS Tool Server",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "",
"namePrefix": "",
"toolEndpoints": {},
"status": "ACTIVE"
}
]
}
]
}
}