Add configurable MCP payload tracing and external tool domains
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m48s

This commit is contained in:
2026-08-18 15:21:32 +09:00
parent 3e0c251488
commit 4e45a8f321
14 changed files with 197 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
{
"status": "ACTIVE",
"serviceKey": "was-cus",
"serviceDomain": "http://was-cus:8084",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
@@ -18,7 +18,7 @@
{
"status": "ACTIVE",
"serviceKey": "was-sal",
"serviceDomain": "http://was-sal:8082",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
@@ -30,7 +30,7 @@
{
"status": "ACTIVE",
"serviceKey": "was-pro",
"serviceDomain": "http://was-pro:8085",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
@@ -42,7 +42,7 @@
{
"status": "ACTIVE",
"serviceKey": "was-sys",
"serviceDomain": "http://was-sys:8086",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}