Skip to content

Release v1.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:29
· 3 commits to main since this release
760e8eb

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.5

Or 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 serve

What'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