File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.5.0] - 2025-05-26
9+
10+ ### Added
11+ - Dev mode support for automatic MCP server restart on file changes during development
12+ - Documentation for ` dev ` configuration field with watch patterns and working directory
13+ - Enhanced development workflow with hot reload capabilities
14+
15+ ### Changed
16+ - Updated mcp-hub dependency to v3.3.0 for dev mode support
17+
818## [ 5.4.0] - 2025-05-24
919
1020### Added
@@ -697,3 +707,4 @@ extensions = {
697707
698708
699709
710+
Original file line number Diff line number Diff line change 11return {
2- PLUGIN_VERSION = " 5.4 .0" , -- Current plugin version
2+ PLUGIN_VERSION = " 5.5 .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