Skip to content

Commit a6557f2

Browse files
SoundBlasterclaude
andcommitted
Sync WebUIDashboard.docc with webui-setup.md: add Make Commands section
Add the missing 'Using Make Commands' subsection to WebUIDashboard.md to mirror the same section in docs/webui-setup.md. Also add the ./scripts/install.sh --webui install option to docs/webui-setup.md to match WebUIDashboard.md. Both files now share the same commit, satisfying the strict DocC same-commit sync requirement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0435f23 commit a6557f2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Sources/XcodeMCPWrapper/Documentation.docc/WebUIDashboard.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,22 @@ Broker-mode note:
5959
- `--broker-connect` never starts the dashboard by itself.
6060
- If dashboard bind fails, broker MCP transport still runs and dashboard startup is skipped.
6161

62+
### Using Make Commands
63+
64+
```bash
65+
# Install with Web UI dependencies
66+
make install-webui
67+
68+
# Start Web UI dashboard
69+
make webui
70+
71+
# Check Web UI health and metrics
72+
make webui-health
73+
74+
# Run Web UI tests
75+
make test-webui
76+
```
77+
6278
### Enabling via mcp.json
6379

6480
Add `--web-ui` and, optionally, `--web-ui-config` to the `args` array in your MCP client config:

docs/webui-setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ The XcodeMCPWrapper Web UI Dashboard provides real-time monitoring, metrics visu
1919
pip install mcpbridge-wrapper[webui]
2020
```
2121

22+
Or using the install script:
23+
24+
```bash
25+
./scripts/install.sh --webui
26+
```
27+
2228
Or install the extras manually:
2329

2430
```bash

0 commit comments

Comments
 (0)