Add configurable MCP payload tracing and external tool domains
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m48s
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m48s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user