From e86942ddd4ce67747cd76bd8cea3a508c8d1309e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=ED=9D=AC=EC=A4=80?= Date: Sat, 15 Aug 2026 08:56:25 +0900 Subject: [PATCH] fix: change serviceKey to match specific bundleIds like was-cus, was-sal --- deploy/portal-registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/portal-registry.json b/deploy/portal-registry.json index f7a54be..de53997 100644 --- a/deploy/portal-registry.json +++ b/deploy/portal-registry.json @@ -5,7 +5,7 @@ "toolServices": [ { "status": "ACTIVE", - "serviceKey": "core", + "serviceKey": "was-cus", "serviceDomain": "http://was-cus:8084", "manifestPath": "/tool-manifest", "executeBasePath": "/mcp" @@ -17,7 +17,7 @@ "toolServices": [ { "status": "ACTIVE", - "serviceKey": "core", + "serviceKey": "was-sal", "serviceDomain": "http://was-sal:8082", "manifestPath": "/tool-manifest", "executeBasePath": "/mcp" @@ -29,7 +29,7 @@ "toolServices": [ { "status": "ACTIVE", - "serviceKey": "core", + "serviceKey": "was-pro", "serviceDomain": "http://was-pro:8085", "manifestPath": "/tool-manifest", "executeBasePath": "/mcp" @@ -41,7 +41,7 @@ "toolServices": [ { "status": "ACTIVE", - "serviceKey": "core", + "serviceKey": "was-sys", "serviceDomain": "http://was-sys:8086", "manifestPath": "/tool-manifest", "executeBasePath": "/mcp"