v3.3.0
ravitemer/mcp-hubv3.3.0May 26, 2025by ravitemer
AI Summary
Introduced a development mode that automatically restarts MCP servers when configuration files change.
Key Highlights
- Dev mode for automatic server restart on file changes
- New `dev` configuration field with `enabled`, `watch`, and `cwd` options
- File watching with glob pattern support
New Features
- Dev mode
- File watching with glob patterns
Full Release Notes
### Added - Dev mode for automatic MCP server restart on file changes during development - New `dev` configuration field with `enabled`, `watch`, and `cwd` options - File watching with glob pattern support for universal project compatibility