Revert "fix: remove mcp-annotations and use local annotations"
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 36s

This reverts commit dc8eaaa17b.
This commit is contained in:
jade
2026-08-28 15:36:21 +09:00
parent dc8eaaa17b
commit 5894b23095
17 changed files with 19 additions and 72 deletions

View File

@@ -49,7 +49,7 @@ dependencies {
api 'io.modelcontextprotocol.sdk:mcp-json-jackson2'
// Boot 3.5 호환 Spring AI 어노테이션 API를 유지합니다.
// api 'org.springaicommunity:mcp-annotations:0.9.0'
api 'org.springaicommunity:mcp-annotations:0.9.0'
// 이벤트 기반 확장이 필요한 Tool의 공통 Kafka 연동 기능입니다.
api 'org.springframework.kafka:spring-kafka:3.2.0'