feat: Add property-based fallback routing for unregistered tools

This commit is contained in:
jade
2026-07-08 16:32:23 +09:00
parent 056447075c
commit 8db282037b
4 changed files with 50 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
spring.application.name=axhub-admin
spring.main.web-application-type=reactive
# Gateway Fallback Routing (For unregistered tools)
mcp.gateway.fallback.routes.email=http://tool-email:8083
mcp.gateway.fallback.routes.sms=http://tool-sms:8082
mcp.gateway.fallback.default-url=http://tool-other:8084
server.port=8081
server.http2.enabled=true