Skip to content

Commit 8abf2c6

Browse files
committed
chore(release): v5.7.1
1 parent 1010883 commit 8abf2c6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 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.7.1] - 2025-06-10
9+
10+
### Changed
11+
- Server configuration now supports `${ENV_VAR}` and `${cmd: command args}` syntax in all fields
12+
- Updated mcp-hub dependency to v3.4.0 for universal `${}` placeholder syntax support
13+
- Updated documentation to reflect new universal placeholder syntax features
14+
- Better log avante tool calls
15+
816
## [5.7.0] - 2025-06-05
917

1018
### Added

lua/mcphub/utils/version.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
return {
2-
PLUGIN_VERSION = "5.7.0", -- Current plugin version
2+
PLUGIN_VERSION = "5.7.1", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
5-
minor = 3,
6-
patch = 5,
7-
string = "3.3.5",
5+
minor = 4,
6+
patch = 0,
7+
string = "3.4.0",
88
},
99
}

0 commit comments

Comments
 (0)