refactor: restructure tools/list response to strictly follow MCP schema standard (PDF page 62)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 26s

This commit is contained in:
jade
2026-08-13 18:15:10 +09:00
parent ad4758d0ba
commit 33e1261b38
12 changed files with 104 additions and 122 deletions

View File

@@ -1,12 +1,12 @@
# 신한라이프 내부망 Tool Pod 이관 준비 체크리스트
> 범위: `dap-was-lib`, `dap-was-oth`, `dap-was-sms` Tool Pod 이관
> 범위: `dap-was-lib`, `dap-was-cus`, `dap-was-sal`, `dap-was-pro`, `dap-was-sys` Tool Pod 이관
>
## 1. 소스 및 형상관리
- [ ] 내부 Git 저장소 생성
- [ ] 대상 모듈 이관: `dap-was-lib`, `dap-was-oth`, `dap-was-sms`
- [ ] 대상 모듈 이관: `dap-was-lib`, `dap-was-cus`, `dap-was-sal`, `dap-was-pro`, `dap-was-sys`
- [ ] `main` 브랜치 및 필요한 커밋 이력 이관
- [ ] API Key, 비밀번호, 인증서, 개인 설정 파일은 Git에서 제외
- [ ] 내부 Git URL 기준으로 README와 CI/CD 설정 변경
@@ -68,8 +68,10 @@ MCI 담당자에게 아래 정보를 요청합니다.
| Tool Pod | 내부 Endpoint |
|---|---|
| OTH Tool Pod | `http://tool-oth:8084/mcp` |
| SMS Tool Pod | `http://tool-sms:8082/mcp` |
| CUS Tool Pod | `http://was-cus:8084/mcp` |
| SAL Tool Pod | `http://was-sal:8082/mcp` |
| PRO Tool Pod | `http://was-pro:8085/mcp` |
| SYS Tool Pod | `http://was-sys:8086/mcp` |
Portal 담당자에게 아래 정보를 전달합니다.
@@ -88,9 +90,9 @@ Portal 담당자에게 아래 정보를 전달합니다.
## 8. 이관 후 검증
- [ ] 내부 Nexus만으로 `./gradlew clean build` 성공
- [ ] OTH, SMS Tool Pod 기동 성공
- [ ] CUS, SAL, PRO, SYS Tool Pod 기동 성공
- [ ] 각 Tool Pod의 MCP Endpoint 연결 성공
- [ ] Tool Pod → MCI 호출 성공
- [ ] `trace-id`, `request-id` 전달 확인
- [ ] Tool 이름 중복 검증 확인
- [ ] 민감정보와 비밀값이 Git에 포함되지 않았는지 확인
- [ ] 민감정보와 비밀값이 Git에 포함되지 않았는지 확인