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!)