From bbe11ae73cdfd29c1a064658a9abeb29e756200e Mon Sep 17 00:00:00 2001 From: i586147 Date: Fri, 26 Dec 2025 15:53:30 +0530 Subject: [PATCH] Added version matrix to readme --- README.md | 9 +++++++++ internal/readme/README.src.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 2a2d4083..7e8227fa 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ The SDK consists of several importable packages: The SDK endeavors to implement the full MCP spec. The [`docs/`](/docs/) directory contains feature documentation, mapping the MCP spec to the packages above. +cd## Version Compatibility + +The following table shows which versions of the Go SDK support which versions of the MCP specification: + +| SDK Version | Latest MCP Spec | All Supported MCP Specs | +|-----------------|-------------------|------------------------------------------------| +| v1.2.0+ | 2025-06-18 | 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05 | +| v1.0.0 - v1.1.0 | 2025-06-18 | 2025-06-18, 2025-03-26, 2024-11-05 | + ## Getting started To get started creating an MCP server, create an `mcp.Server` instance, add diff --git a/internal/readme/README.src.md b/internal/readme/README.src.md index cdc2cd68..e23fe6de 100644 --- a/internal/readme/README.src.md +++ b/internal/readme/README.src.md @@ -28,6 +28,15 @@ The SDK consists of several importable packages: The SDK endeavors to implement the full MCP spec. The [`docs/`](/docs/) directory contains feature documentation, mapping the MCP spec to the packages above. +## Version Compatibility + +The following table shows which versions of the Go SDK support which versions of the MCP specification: + +| SDK Version | Latest MCP Spec | All Supported MCP Specs | +|-----------------|-------------------|------------------------------------------------| +| v1.2.0+ | 2025-06-18 | 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05 | +| v1.0.0 - v1.1.0 | 2025-06-18 | 2025-06-18, 2025-03-26, 2024-11-05 | + ## Getting started To get started creating an MCP server, create an `mcp.Server` instance, add