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: enhance Reloaderoo guide with comprehensive CLI and proxy mode coverage
- Add detailed command structure and usage examples for both CLI and proxy modes
- Include comprehensive troubleshooting sections for both operational modes
- Document advanced configuration options and environment variables
- Improve workflow explanations with step-by-step development processes
- Add MCP inspection server mode documentation
- Enhance formatting with clear mode distinctions and emojis for better navigation
- ✅ **Universal Compatibility**: Works on any system via npx
106
+
107
+
For complete documentation, examples, and troubleshooting, see @docs/RELOADEROO.md
108
+
25
109
## Architecture Overview
26
110
27
111
### Plugin-Based MCP architecture
@@ -53,9 +137,9 @@ XcodeBuildMCP has two modes to manage its extensive toolset, controlled by the `
53
137
-**Behavior**: Only the `discover_tools` tool is available initially. You can use this tool by providing a natural language task description. The server then uses an LLM call (via MCP Sampling) to identify the most relevant workflow group and dynamically loads only those tools. This conserves context window space.
-**Detection**: Automatic detection when running under Claude Code.
57
141
-**Purpose**: Workaround for Claude Code's MCP specification violation where it only displays the first content block in tool responses.
58
-
-**Behavior**: When enabled, multiple content blocks are consolidated into a single text response, separated by `---` dividers. This ensures all information (including test results and stderr warnings) is visible to Claude Code users.
142
+
-**Behavior**: When Claude Code is detected, multiple content blocks are automatically consolidated into a single text response, separated by `---` dividers. This ensures all information (including test results and stderr warnings) is visible to Claude Code users.
0 commit comments