This commit is contained in:
Matt Rubens 2025-06-02 07:46:44 -04:00 committed by GitHub
parent 6423fc301c
commit 7a2d1f8912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.changeset/v3.19.3.md Normal file
View file

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