You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-0.8.0.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
This document outlines the breaking changes and provides guidance on how to migrate your code from version 0.7.0 to 0.8.0.
4
4
5
-
The 0.8.0 refactoring introduces a robust session-based architecture for server-side MCP implementations, to improve the SDK's ability to handle multiple concurrent client connections and provide a more consistent API. The main changes include:
5
+
The 0.8.0 refactoring introduces a session-based architecture for server-side MCP implementations.
6
+
It improves the SDK's ability to handle multiple concurrent client connections and provides an API better aligned with the MCP specification.
0 commit comments