fix: add required fields to mock portal registry json
This commit is contained in:
@@ -3,25 +3,49 @@
|
|||||||
{
|
{
|
||||||
"routeKey": "cus",
|
"routeKey": "cus",
|
||||||
"toolServices": [
|
"toolServices": [
|
||||||
{ "status": "ACTIVE", "serviceDomain": "http://was-cus:8084" }
|
{
|
||||||
|
"status": "ACTIVE",
|
||||||
|
"serviceKey": "cus-default",
|
||||||
|
"serviceDomain": "http://was-cus:8084",
|
||||||
|
"manifestPath": "/tool-manifest",
|
||||||
|
"executeBasePath": "/mcp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"routeKey": "sal",
|
"routeKey": "sal",
|
||||||
"toolServices": [
|
"toolServices": [
|
||||||
{ "status": "ACTIVE", "serviceDomain": "http://was-sal:8082" }
|
{
|
||||||
|
"status": "ACTIVE",
|
||||||
|
"serviceKey": "sal-default",
|
||||||
|
"serviceDomain": "http://was-sal:8082",
|
||||||
|
"manifestPath": "/tool-manifest",
|
||||||
|
"executeBasePath": "/mcp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"routeKey": "pro",
|
"routeKey": "pro",
|
||||||
"toolServices": [
|
"toolServices": [
|
||||||
{ "status": "ACTIVE", "serviceDomain": "http://was-pro:8085" }
|
{
|
||||||
|
"status": "ACTIVE",
|
||||||
|
"serviceKey": "pro-default",
|
||||||
|
"serviceDomain": "http://was-pro:8085",
|
||||||
|
"manifestPath": "/tool-manifest",
|
||||||
|
"executeBasePath": "/mcp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"routeKey": "sys",
|
"routeKey": "sys",
|
||||||
"toolServices": [
|
"toolServices": [
|
||||||
{ "status": "ACTIVE", "serviceDomain": "http://was-sys:8086" }
|
{
|
||||||
|
"status": "ACTIVE",
|
||||||
|
"serviceKey": "sys-default",
|
||||||
|
"serviceDomain": "http://was-sys:8086",
|
||||||
|
"manifestPath": "/tool-manifest",
|
||||||
|
"executeBasePath": "/mcp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user