File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 5.6.0] - 2025-05-28
9
+
10
+ ### Added
11
+ - Fine-grained auto-approval support for servers and tools
12
+ - ` autoApprove ` field in server config (boolean or string array)
13
+ - ` a ` keymap to toggle auto-approval on servers and individual tools
14
+ - Visual indicators for auto-approval status in UI
15
+ - Support for editing native server config fields from UI
16
+
17
+ ### Changed
18
+ - Resources are now always auto-approved by default
19
+ - Enhanced confirmation prompt UI
20
+
21
+ ### Fixed
22
+ - Nix flake now includes plenary dependency
23
+
8
24
## [ 5.5.0] - 2025-05-26
9
25
10
26
### Added
@@ -708,3 +724,4 @@ extensions = {
708
724
709
725
710
726
727
+
Original file line number Diff line number Diff line change 1
1
return {
2
- PLUGIN_VERSION = " 5.5 .0" , -- Current plugin version
2
+ PLUGIN_VERSION = " 5.6 .0" , -- Current plugin version
3
3
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
4
4
major = 3 ,
5
5
minor = 3 ,
You can’t perform that action at this time.
0 commit comments