File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ The SDK consists of several importable packages:
2929The SDK endeavors to implement the full MCP spec. The [ ` docs/ ` ] ( /docs/ ) directory
3030contains 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
3443To get started creating an MCP server, create an ` mcp.Server ` instance, add
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ The SDK consists of several importable packages:
2828The SDK endeavors to implement the full MCP spec. The [ ` docs/ ` ] ( /docs/ ) directory
2929contains 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
3342To get started creating an MCP server, create an ` mcp.Server ` instance, add
You can’t perform that action at this time.
0 commit comments