Update project functionality and configuration
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- 기준일: 2026-07-16
|
||||
- 구현 endpoint: `POST /mcp`
|
||||
- JSON-RPC: `2.0`
|
||||
- protocolVersion: `2025-06-18`
|
||||
- protocolVersion: `2025-11-25`
|
||||
|
||||
> 이 문서는 교체된 고정 endpoint 시점의 이력이다. 현재 공개 URL과 path 처리는 [v0.3](protocol-v0.3-streaming-policy.md)과 [ADR-0009](../../decisions/ADR-0009-container-handles-public-mcp-path.md)을 따른다.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
Agent Builder는 연결 초기화 시 [요청 예시](examples/agentbuilder-v0.2/initialize-request.json)를 전송한다. 응답은 [응답 예시](examples/agentbuilder-v0.2/initialize-response.json)처럼 `jsonrpc`, `id`, `result.protocolVersion`만 의미 있는 값을 가진다. `serverInfo`와 `capabilities`는 빈 객체다.
|
||||
|
||||
서버는 protocol version으로 `2025-06-18`을 반환한다. 현재 `MCP-Protocol-Version` HTTP 헤더의 수신·검증은 범위 밖이다.
|
||||
서버는 protocol version으로 `2025-11-25`을 반환한다. 현재 `MCP-Protocol-Version` HTTP 헤더의 수신·검증은 범위 밖이다.
|
||||
|
||||
## notifications/initialized
|
||||
|
||||
|
||||
Reference in New Issue
Block a user