From bbe11ae73cdfd29c1a064658a9abeb29e756200e Mon Sep 17 00:00:00 2001 From: i586147 Date: Fri, 26 Dec 2025 15:53:30 +0530 Subject: [PATCH 1/2] 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 From 750cd606352e5a61d06ddba22d3e760c5535072a Mon Sep 17 00:00:00 2001 From: i586147 Date: Tue, 30 Dec 2025 18:11:30 +0530 Subject: [PATCH 2/2] Removed stray cd in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e8227fa..d224edec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 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 +## Version Compatibility The following table shows which versions of the Go SDK support which versions of the MCP specification: