Skip to content

Commit 08cd58b

Browse files
committed
chore(release): v5.6.1 - update mcp-hub dependency to v3.3.1
1 parent 7303572 commit 08cd58b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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+

lua/mcphub/utils/version.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
return {
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
}

0 commit comments

Comments
 (0)