Ignore docs directory
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m56s

This commit is contained in:
2026-08-20 09:28:33 +09:00
parent 3de052a22d
commit 5cfb8a1bca
69 changed files with 1 additions and 3518 deletions

View File

@@ -1,29 +0,0 @@
# ADR-0003 Builder Tool UID를 시스템 간 식별 키로 사용
- 상태: Superseded
- 결정일: 2026-07-10
- 관련 논의: [DISC-20260710-001](../discussions/DISC-20260710-001-agentbuilder-mcp-interface.md)
- 대체 결정: [ADR-0005](ADR-0005-standard-tool-name.md)
> 이 문서는 당시 검토 이력을 보존한다. 현재 구현과 신규 연동에는 ADR-0005를 적용한다.
## 배경
Tool name은 중복 또는 변경 가능성이 있으므로 Agent Builder Tool Registry가 부여한 고유 식별자를 시스템 간 mapping key로 사용할 필요가 있다.
## 결정
- Agent Builder Tool Registry가 Custom Tool에 부여한 UID를 Agent Builder-MCP 사이의 Tool 식별 키로 사용한다.
- MCP Server는 UID를 Registry metadata의 Tool name, version, endpoint와 매핑하여 실행한다.
- Tool name과 version은 설명 및 검증 metadata로 유지할 수 있지만 시스템 간 기본 mapping key 역할은 UID가 담당한다.
## 구현 보류 조건
다음 항목은 아직 결정되지 않았으므로 코드 변경 조건이 충족되지 않았다.
- UID 생성 시점과 Agent Builder/MCP 전달 시점
- version 변경, 비활성화, 삭제, 재등록 시 UID 규칙
- 환경별 UID 승격 또는 분리 규칙
- 목표 요청 payload의 UID field 이름
이 보류안은 ADR-0005로 대체되었으며 현재 모델에 UID field를 두지 않는다.