From b62e36128d3a522243b5322faea4ffc1378c47f2 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 2 Jun 2025 07:45:46 -0400 Subject: [PATCH] 3.19.3 --- .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!)