Skip to content

Commit feaa495

Browse files
committed
chore(release): v5.6.0
1 parent 33bd4d3 commit feaa495

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.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+

lua/mcphub/utils/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
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,

0 commit comments

Comments
 (0)