forked from kimhyungsik/ax_hub_mcp_tool
Fix: Add validation dependency & update local gateway/tool url properties
This commit is contained in:
@@ -4,6 +4,7 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.springframework.boot:spring-boot-starter-web'
|
api 'org.springframework.boot:spring-boot-starter-web'
|
||||||
|
api 'org.springframework.boot:spring-boot-starter-validation'
|
||||||
api 'org.springframework.boot:spring-boot-starter-data-redis'
|
api 'org.springframework.boot:spring-boot-starter-data-redis'
|
||||||
|
|
||||||
api 'io.github.resilience4j:resilience4j-spring-boot3:2.2.0'
|
api 'io.github.resilience4j:resilience4j-spring-boot3:2.2.0'
|
||||||
|
|||||||
@@ -21,9 +21,8 @@ mcp.security.tenant-domains.mcp-client-1=CUSTOMER,COMMON
|
|||||||
mcp.security.tenant-domains.mcp-client-2=ALL
|
mcp.security.tenant-domains.mcp-client-2=ALL
|
||||||
|
|
||||||
# Gateway/Tool URLs
|
# Gateway/Tool URLs
|
||||||
mcp.adapter.url=http://localhost:${server.port}/rpc/v1/execute
|
axhub.gateway.url=http://localhost:8081
|
||||||
mcp.gateway.url=http://localhost:${server.port}/mcp/api/v1
|
axhub.tool.url=http://localhost:${server.port}
|
||||||
mcp.tool.host=localhost
|
|
||||||
|
|
||||||
# Disable Kafka
|
# Disable Kafka
|
||||||
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
||||||
|
|||||||
@@ -21,9 +21,8 @@ mcp.security.tenant-domains.mcp-client-1=CUSTOMER,COMMON
|
|||||||
mcp.security.tenant-domains.mcp-client-2=ALL
|
mcp.security.tenant-domains.mcp-client-2=ALL
|
||||||
|
|
||||||
# Gateway/Tool URLs
|
# Gateway/Tool URLs
|
||||||
mcp.adapter.url=http://localhost:${server.port}/rpc/v1/execute
|
axhub.gateway.url=http://localhost:8081
|
||||||
mcp.gateway.url=http://localhost:${server.port}/mcp/api/v1
|
axhub.tool.url=http://localhost:${server.port}
|
||||||
mcp.tool.host=localhost
|
|
||||||
|
|
||||||
# Disable Kafka
|
# Disable Kafka
|
||||||
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
||||||
|
|||||||
@@ -21,9 +21,8 @@ mcp.security.tenant-domains.mcp-client-1=CUSTOMER,COMMON
|
|||||||
mcp.security.tenant-domains.mcp-client-2=ALL
|
mcp.security.tenant-domains.mcp-client-2=ALL
|
||||||
|
|
||||||
# Gateway/Tool URLs
|
# Gateway/Tool URLs
|
||||||
mcp.adapter.url=http://localhost:${server.port}/rpc/v1/execute
|
axhub.gateway.url=http://localhost:8081
|
||||||
mcp.gateway.url=http://localhost:${server.port}/mcp/api/v1
|
axhub.tool.url=http://localhost:${server.port}
|
||||||
mcp.tool.host=localhost
|
|
||||||
|
|
||||||
# Disable Kafka
|
# Disable Kafka
|
||||||
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user