fix: change serviceKey to match specific bundleIds like was-cus, was-sal

This commit is contained in:
윤희준
2026-08-15 08:56:25 +09:00
parent 86e63ced18
commit e86942ddd4

View File

@@ -5,7 +5,7 @@
"toolServices": [ "toolServices": [
{ {
"status": "ACTIVE", "status": "ACTIVE",
"serviceKey": "core", "serviceKey": "was-cus",
"serviceDomain": "http://was-cus:8084", "serviceDomain": "http://was-cus:8084",
"manifestPath": "/tool-manifest", "manifestPath": "/tool-manifest",
"executeBasePath": "/mcp" "executeBasePath": "/mcp"
@@ -17,7 +17,7 @@
"toolServices": [ "toolServices": [
{ {
"status": "ACTIVE", "status": "ACTIVE",
"serviceKey": "core", "serviceKey": "was-sal",
"serviceDomain": "http://was-sal:8082", "serviceDomain": "http://was-sal:8082",
"manifestPath": "/tool-manifest", "manifestPath": "/tool-manifest",
"executeBasePath": "/mcp" "executeBasePath": "/mcp"
@@ -29,7 +29,7 @@
"toolServices": [ "toolServices": [
{ {
"status": "ACTIVE", "status": "ACTIVE",
"serviceKey": "core", "serviceKey": "was-pro",
"serviceDomain": "http://was-pro:8085", "serviceDomain": "http://was-pro:8085",
"manifestPath": "/tool-manifest", "manifestPath": "/tool-manifest",
"executeBasePath": "/mcp" "executeBasePath": "/mcp"
@@ -41,7 +41,7 @@
"toolServices": [ "toolServices": [
{ {
"status": "ACTIVE", "status": "ACTIVE",
"serviceKey": "core", "serviceKey": "was-sys",
"serviceDomain": "http://was-sys:8086", "serviceDomain": "http://was-sys:8086",
"manifestPath": "/tool-manifest", "manifestPath": "/tool-manifest",
"executeBasePath": "/mcp" "executeBasePath": "/mcp"