From d7a14b286d0b443d8bd8b00b116841c2ba92d180 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Tue, 9 Dec 2025 06:20:16 -0500 Subject: [PATCH] fix: update MCP SDK to >=1.23.2 for streaming stability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e53354f..42db922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pydantic>=2.0.0", "typing-extensions>=4.5.0", "a2a-sdk>=0.3.0", - "mcp>=0.9.0", + "mcp>=1.23.2", "email-validator>=2.0.0", ]