Skip to content

Commit 2f2a361

Browse files
committed
docs: links for the specs
1 parent a994186 commit 2f2a361

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ MCP (Model Context Protocol) is a lightweight protocol that lets AI clients disc
1414
- Generates strongly-typed JSON Schema for tool inputs derived from protobuf message definitions.
1515
- Provides a lightweight MCP HTTP handler (`runtime.MCPServeMux`) with pluggable request logging.
1616
- Keeps MCP tooling stateless (no sessions).
17-
- Implements MCP protocol version 2025-11-25 (JSON-RPC 2.0). See https://modelcontextprotocol.io/specification/2025-11-25/ for details.
1817

1918
## MCP spec compatibility
2019

2120
| grpc-mcp-gateway version | MCP spec version |
2221
| --- | --- |
23-
| v0.6.0+ | 2025-11-25 |
22+
| v0.6.0+ | [2025-11-25 (JSON-RPC 2.0)](https://modelcontextprotocol.io/specification/2025-11-25/) |
2423

2524
## MCP annotations
2625

0 commit comments

Comments
 (0)