Fix: Add validation dependency & update local gateway/tool url properties

This commit is contained in:
jade
2026-07-06 10:29:23 +09:00
parent 40c163828e
commit 9748e90c21
4 changed files with 7 additions and 9 deletions

View File

@@ -21,9 +21,8 @@ mcp.security.tenant-domains.mcp-client-1=CUSTOMER,COMMON
mcp.security.tenant-domains.mcp-client-2=ALL
# Gateway/Tool URLs
mcp.adapter.url=http://localhost:${server.port}/rpc/v1/execute
mcp.gateway.url=http://localhost:${server.port}/mcp/api/v1
mcp.tool.host=localhost
axhub.gateway.url=http://localhost:8081
axhub.tool.url=http://localhost:${server.port}
# Disable Kafka
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration