Skip to content

Commit 767b266

Browse files
committed
Add v2 development warning to README
Add an important notice to the README indicating that the main branch contains v2 of the SDK which is currently in development (pre-alpha). The warning recommends v1.x for production use and links to the v1.x branch for documentation and code. This matches the warning added to the TypeScript SDK README. Claude-Generated-By: Claude Code (cli/claude-opus-4-5=100%) Claude-Steers: 0 Claude-Permission-Prompts: 1 Claude-Escapes: 0
1 parent f2b89ec commit 767b266

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313

1414
</div>
1515

16+
> [!IMPORTANT]
17+
> **This is the `main` branch which contains v2 of the SDK (currently in development, pre-alpha).**
18+
>
19+
> We anticipate a stable v2 release in Q1 2026. Until then, **v1.x remains the recommended version** for production use. v1.x will continue to receive bug fixes and security updates for at least 6 months after v2 ships to give people time to upgrade.
20+
>
21+
> For v1 documentation and code, see the [`v1.x` branch](https://github.com/modelcontextprotocol/python-sdk/tree/v1.x).
22+
1623
<!-- omit in toc -->
1724
## Table of Contents
1825

0 commit comments

Comments
 (0)