feat: MCP SSE 통신 개선, 호스트 바인딩 및 사용자 신규 비즈니스 모듈 코드 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m42s

This commit is contained in:
Gitea CI
2026-08-12 14:35:42 +09:00
parent 2c4c447a8f
commit a6b62803ab
271 changed files with 15471 additions and 2 deletions

9
dap-was-sms/build.gradle Normal file
View File

@@ -0,0 +1,9 @@
plugins {
// SMS Tool Pod를 독립 실행 가능한 Spring Boot JAR로 생성합니다.
id 'org.springframework.boot'
}
dependencies {
// MCP Server, Tool 공통 처리, MCI/EAI 연동 기반은 dap-was-lib에서 상속합니다.
implementation project(':dap-was-lib')
}