Release v1.1.5
Features
- Transparent MCP development proxy with hot-reloading
- Universal pass-through syntax:
reloaderoo -- <command> [args...] - Works with all MCP clients (Claude Code, VSCode, Cursor, Windsurf)
- Zero-configuration setup with intelligent defaults
Installation
npm install -g reloaderoo@1.1.5Or use with npx:
npx reloaderoo@1.1.5 -- node your-server.js📦 NPM Package: https://www.npmjs.com/package/reloaderoo/v/1.1.5
Usage Examples
# Basic usage
reloaderoo -- node server.js
# With debugging
reloaderoo --log-level debug -- python mcp_server.py
# Custom working directory
reloaderoo --working-dir ./src -- npm run serveWhat's New
- Universal
--pass-through syntax for all MCP clients - Simplified argument parsing eliminates client compatibility issues
- Enhanced error handling and validation
- Comprehensive CLI testing and validation