You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Reloaderoo documentation to reflect v1.1.2+ changes
- Add version reference (v1.1.2+) to both documentation files
- Update command structure documentation to match latest CLI interface
- Fix info command options to use -v, --verbose instead of --verbose
- Preserve debug logging capabilities which are important for development
- Remove outdated --raw and per-command --log-level options from inspect commands
- Update examples to show correct proxy mode debug logging options
Copy file name to clipboardExpand all lines: docs/RELOADEROO.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Reloaderoo Integration Guide
2
2
3
-
This guide explains how to use Reloaderoo for testing and developing XcodeBuildMCP with both CLI inspection tools and transparent proxy capabilities.
3
+
This guide explains how to use Reloaderoo v1.1.2+ for testing and developing XcodeBuildMCP with both CLI inspection tools and transparent proxy capabilities.
4
4
5
5
## Overview
6
6
@@ -139,15 +139,19 @@ When running under Claude Code, XcodeBuildMCP automatically detects the environm
139
139
```bash
140
140
npx reloaderoo [options] [command]
141
141
142
+
Two modes, one tool:
143
+
• Proxy MCP server that adds support for hot-reloading MCP servers.
144
+
• CLI tool for inspecting MCP servers.
145
+
142
146
Global Options:
143
-
-V, --version Output the version number
144
-
-h, --help Display helpforcommand
147
+
-V, --version Output the version number
148
+
-h, --help Display helpforcommand
145
149
146
150
Commands:
147
-
proxy [options] -- <command>🔄 Run as MCP proxy server (hot-reload mode)
148
-
inspect [subcommand]🔍 Inspect and debug MCP servers (CLI mode)
149
-
info [options] 📊 Display version and configuration information
150
-
help [command] ❓ Display helpforcommand
151
+
proxy [options] 🔄 Run as MCP proxy server (default behavior)
152
+
inspect 🔍 Inspect and debug MCP servers
153
+
info [options] 📊 Display version and configuration information
154
+
help [command] ❓ Display helpforcommand
151
155
```
152
156
153
157
### 🔄 **Proxy Mode Commands**
@@ -200,7 +204,8 @@ Examples:
200
204
npx reloaderoo info [options]
201
205
202
206
Options:
203
-
--verbose Show detailed system information
207
+
-v, --verbose Show detailed information
208
+
-h, --help Display helpforcommand
204
209
205
210
Examples:
206
211
npx reloaderoo info # Show basic system information
0 commit comments