56 lines
1.1 KiB
JSON
56 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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|
|
|