We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a994186 commit 2f2a361Copy full SHA for 2f2a361
1 file changed
README.md
@@ -14,13 +14,12 @@ MCP (Model Context Protocol) is a lightweight protocol that lets AI clients disc
14
- Generates strongly-typed JSON Schema for tool inputs derived from protobuf message definitions.
15
- Provides a lightweight MCP HTTP handler (`runtime.MCPServeMux`) with pluggable request logging.
16
- 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.
18
19
## MCP spec compatibility
20
21
| grpc-mcp-gateway version | MCP spec version |
22
| --- | --- |
23
-| v0.6.0+ | 2025-11-25 |
+| v0.6.0+ | [2025-11-25 (JSON-RPC 2.0)](https://modelcontextprotocol.io/specification/2025-11-25/) |
24
25
## MCP annotations
26
0 commit comments