From 3f5b05177f7f147a837496d32d59957b3d3ce735 Mon Sep 17 00:00:00 2001 From: koseokmin Date: Sat, 22 Aug 2026 21:18:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=83=89=EC=9D=B8?= =?UTF-8?q?=EC=97=90=20Portal-MCP=20=EA=B3=84=EC=95=BD=EC=9D=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2d6654..601e573 100644 --- a/README.md +++ b/README.md @@ -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) | 저장소 작업 규칙과 공개 정책 |