Skip to content

Commit e0e08fe

Browse files
committed
improve migration guide
Signed-off-by: Christian Tzolov <[email protected]>
1 parent ac6cafb commit e0e08fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migration-0.8.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This document outlines the breaking changes and provides guidance on how to migrate your code from version 0.7.0 to 0.8.0.
44

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.
7+
The main changes include:
68

79
1. Introduction of a session-based architecture
810
2. New transport provider abstraction

0 commit comments

Comments
 (0)