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.
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.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+
824## [ 5.5.0] - 2025-05-26
925
1026### Added
@@ -708,3 +724,4 @@ extensions = {
708724
709725
710726
727+
Original file line number Diff line number Diff line change 11return {
2- PLUGIN_VERSION = " 5.5 .0" , -- Current plugin version
2+ PLUGIN_VERSION = " 5.6 .0" , -- Current plugin version
33 REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44 major = 3 ,
55 minor = 3 ,
You can’t perform that action at this time.
0 commit comments