{ "registryRevision": 12, "routes": [ { "routeKey": "business", "toolServices": [ { "serviceKey": "business-tools", "displayName": "Business Tool Server", "serviceDomain": "http://tool-business.ax-hub.svc.cluster.local:8080", "manifestPath": "/tool-manifest", "executeBasePath": "", "namePrefix": "business.", "toolEndpoints": { "business.customer_search": "/mcp/business.customer_search", "business.order_status": "/mcp/business.order_status" }, "status": "ACTIVE" } ] }, { "routeKey": "external", "toolServices": [ { "serviceKey": "external-tools", "displayName": "External Tool Server", "serviceDomain": "http://tool-external.ax-hub.svc.cluster.local:8080", "manifestPath": "/tool-manifest", "executeBasePath": "", "namePrefix": "external.", "toolEndpoints": { "external.exchange_rate": "/mcp/external.exchange_rate", "external.weather_lookup": "/mcp/external.weather_lookup" }, "status": "ACTIVE" } ] } ] }