File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.6.1] - 2025-05-30
9+
10+ ## Fixed
11+ - Tool list changed event not updating in the UI
12+
13+ ### Changed
14+ - Updated mcp-hub dependency to v3.3.1 for improved subscription event handling
15+
816## [ 5.6.0] - 2025-05-28
917
1018### Added
@@ -725,3 +733,4 @@ extensions = {
725733
726734
727735
736+
Original file line number Diff line number Diff line change 11return {
2- PLUGIN_VERSION = " 5.6.0 " , -- Current plugin version
2+ PLUGIN_VERSION = " 5.6.1 " , -- Current plugin version
33 REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44 major = 3 ,
55 minor = 3 ,
6- patch = 0 ,
7- string = " 3.3.0 " ,
6+ patch = 1 ,
7+ string = " 3.3.1 " ,
88 },
99}
You can’t perform that action at this time.
0 commit comments