refactor: Migrate MCP Gateway to Spring AI MCP Server

This commit is contained in:
jade
2026-07-14 15:39:55 +09:00
parent a944841427
commit 0308926116
10 changed files with 517 additions and 196 deletions

View File

@@ -8,6 +8,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// Spring AI MCP Server
implementation 'org.springframework.ai:spring-ai-starter-mcp-server-webmvc'
// MyBatis & DB
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'