문서 색인에 Portal-MCP 계약을 추가한다
main은 Portal registry를 route별 Tool Server 목록의 원천으로 쓰지만 계약 문서가 agent-builder-mcp와 tool-service-mcp 두 개만 색인돼 있었다. Portal registry의 응답 형태와 필드 규칙을 문서로 정리하면서 색인에도 같은 위치를 만든다. 계약 본문은 docs/contracts/portal-mcp/에 있다. docs/는 .gitignore가 제외하므로 이 링크의 대상은 저장소에 들어오지 않는다. 색인의 다른 문서 행도 모두 같은 조건이다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -157,6 +157,7 @@ deployments:
|
||||
| [architecture.md](docs/architecture.md) | 현재 코드 구조, 요청 흐름, 내부 책임과 장애 동작 |
|
||||
| [Agent Builder-MCP contracts](docs/contracts/agent-builder-mcp/README.md) | Agent Builder와의 HTTP/JSON-RPC wire 계약 |
|
||||
| [Tool Service-MCP contracts](docs/contracts/tool-service-mcp/README.md) | 매니페스트와 Tool 실행 wire 계약 |
|
||||
| [Portal-MCP contracts](docs/contracts/portal-mcp/README.md) | route별 Tool Server registry 조회 계약 |
|
||||
| [decisions](docs/decisions/README.md) | 결정 이유와 대안 이력 |
|
||||
| [extension-points.md](docs/extension-points.md) | 아직 미합의인 항목과 운영 보완 작업 |
|
||||
| [codex-workflow.md](docs/codex-workflow.md) | 저장소 작업 규칙과 공개 정책 |
|
||||
|
||||
Reference in New Issue
Block a user