File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.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
Original file line number Diff line number Diff line change 11return {
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}
You can’t perform that action at this time.
0 commit comments