From 69f72002a97746e8ef3caed5e6afc1a2eb488628 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 2 Jun 2025 07:48:45 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9bde1dd3..3050badb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ # Roo Code Changelog -## 3.19.3 +## [3.19.3] - 2025-06-02 -### Patch Changes - -- - 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!) +- 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!) ## [3.19.2] - 2025-06-01