From 7a2d1f8912c57f58900d6757e6c407447aa8ff26 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 2 Jun 2025 07:46:44 -0400 Subject: [PATCH] 3.19.3 (#4252) --- .changeset/v3.19.3.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/v3.19.3.md diff --git a/.changeset/v3.19.3.md b/.changeset/v3.19.3.md new file mode 100644 index 0000000000..986a617886 --- /dev/null +++ b/.changeset/v3.19.3.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +- Fix SSE MCP Invocation - Fixed SSE connection issue in McpHub.ts by ensuring transport.start override only applies to stdio transports, allowing SSE and streamable-http transports to retain their original start methods (thanks @taylorwilsdon!)