diff --git a/deploy/portal-registry.json b/deploy/portal-registry.json index c62bdc1..454b852 100644 --- a/deploy/portal-registry.json +++ b/deploy/portal-registry.json @@ -3,25 +3,49 @@ { "routeKey": "cus", "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", "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", "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", "toolServices": [ - { "status": "ACTIVE", "serviceDomain": "http://was-sys:8086" } + { + "status": "ACTIVE", + "serviceKey": "sys-default", + "serviceDomain": "http://was-sys:8086", + "manifestPath": "/tool-manifest", + "executeBasePath": "/mcp" + } ] } ]