Files
dap-was-dapms/deploy/portal-registry.json
2026-08-18 12:46:41 +09:00

54 lines
1.1 KiB
JSON

{
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-cus",
"serviceDomain": "http://was-cus:8084",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sal",
"serviceDomain": "http://was-sal:8082",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-pro",
"serviceDomain": "http://was-pro:8085",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sys",
"serviceDomain": "http://was-sys:8086",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
}
]
}