Skip to content

Commit 3c25822

Browse files
bokelleyclaude
andauthored
fix: update MCP SDK to >=1.23.2 for streaming stability (#94)
Bumps minimum MCP SDK version to 1.23.2 which includes fixes for ClosedResourceError in StreamableHTTP message router, preventing crashes when connections close unexpectedly during streaming. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3246626 commit 3c25822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"pydantic>=2.0.0",
3131
"typing-extensions>=4.5.0",
3232
"a2a-sdk>=0.3.0",
33-
"mcp>=0.9.0",
33+
"mcp>=1.23.2",
3434
"email-validator>=2.0.0",
3535
]
3636

0 commit comments

Comments
 (0)