forked from kimhyungsik/ax_hub_mcp_tool
feat: Add property-based fallback routing for unregistered tools
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user