Skip to content

Commit 1d5938c

Browse files
La002g0Lakshana
andauthored
docs: adds SDK version support matrix (#737)
Adds a version compatibility table to the README documenting which SDK versions support which MCP spec versions. Fixes #674 --------- Co-authored-by: i586147 <lakshana.goswami@sap.com>
1 parent 411d5a0 commit 1d5938c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ The SDK consists of several importable packages:
2929
The SDK endeavors to implement the full MCP spec. The [`docs/`](/docs/) directory
3030
contains feature documentation, mapping the MCP spec to the packages above.
3131

32+
## Version Compatibility
33+
34+
The following table shows which versions of the Go SDK support which versions of the MCP specification:
35+
36+
| SDK Version | Latest MCP Spec | All Supported MCP Specs |
37+
|-----------------|-------------------|------------------------------------------------|
38+
| v1.2.0+ | 2025-06-18 | 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05 |
39+
| v1.0.0 - v1.1.0 | 2025-06-18 | 2025-06-18, 2025-03-26, 2024-11-05 |
40+
3241
## Getting started
3342

3443
To get started creating an MCP server, create an `mcp.Server` instance, add

internal/readme/README.src.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ The SDK consists of several importable packages:
2828
The SDK endeavors to implement the full MCP spec. The [`docs/`](/docs/) directory
2929
contains feature documentation, mapping the MCP spec to the packages above.
3030

31+
## Version Compatibility
32+
33+
The following table shows which versions of the Go SDK support which versions of the MCP specification:
34+
35+
| SDK Version | Latest MCP Spec | All Supported MCP Specs |
36+
|-----------------|-------------------|------------------------------------------------|
37+
| v1.2.0+ | 2025-06-18 | 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05 |
38+
| v1.0.0 - v1.1.0 | 2025-06-18 | 2025-06-18, 2025-03-26, 2024-11-05 |
39+
3140
## Getting started
3241

3342
To get started creating an MCP server, create an `mcp.Server` instance, add

0 commit comments

Comments
 (0)