Files
dap-was-dapms/deploy/portal-registry.json
janghw 4e45a8f321
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m48s
Add configurable MCP payload tracing and external tool domains
2026-08-18 15:21:32 +09:00

56 lines
1.2 KiB
JSON

{
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-cus",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sal",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-pro",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"status": "ACTIVE",
"serviceKey": "was-sys",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"executeBasePath": "/mcp"
}
]
}
]
}