feat: use MCP SDK for tool pod calls
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m18s

This commit is contained in:
jade
2026-07-29 23:03:11 +09:00
parent 0a2464d426
commit 5fe8590695
11 changed files with 254 additions and 74 deletions

View File

@@ -4,6 +4,7 @@ plugins {
dependencies {
api 'org.springframework.boot:spring-boot-starter-web'
api 'org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
api 'org.springframework.boot:spring-boot-starter-validation'
api 'org.springframework.boot:spring-boot-starter-data-redis'
@@ -24,7 +25,7 @@ dependencies {
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
api 'com.networknt:json-schema-validator:1.4.0'
api 'com.networknt:json-schema-validator:3.0.0'
api 'org.springframework.kafka:spring-kafka:3.2.0'
api 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
}