주석 변경, MCP 기본 retry 정책 적용
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m37s

This commit is contained in:
2026-08-31 14:37:12 +09:00
parent 2e997b1819
commit 6526e732f9
60 changed files with 1825 additions and 476 deletions

View File

@@ -70,7 +70,7 @@ Agent Builder는 공개 URL마다 별도 MCP로 등록하고 initialize한다. U
| 환경 | Tool 원천 | Redis |
|---|---|---|
| `local` | local JSON fixture | 사용 안 함 |
| 운영(`ocp`) | 이 배포가 보는 Tool Service 매니페스트를 주기적으로 pull | 성공 snapshot 공유와 warm start에만 사용 |
| 운영(`prod`) | 이 배포가 보는 Tool Service 매니페스트를 주기적으로 pull | 성공 snapshot 공유와 warm start에만 사용 |
요청 경로의 `tools/list``tools/call`은 in-memory snapshot만 읽는다. 운영 refresh는 bundle별 last-good을 유지하고, 모든 bundle에 사용 가능한 성공본이 있을 때만 aggregate를 교체한다. 조회 실패만으로 Tool을 제거하지 않으며 정상 매니페스트에서 삭제가 확인될 때만 반영한다. 코드는 bundle N개 병합을 지원하지만 **운영 배포의 bundle은 항상 하나다**([ADR-0007](docs/decisions/ADR-0007-one-mcp-per-tool-service.md)).