Skip to content

Commit 44bc90c

Browse files
committed
Update configuration workflow list
1 parent a9a04e9 commit 44bc90c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ XcodeBuildMCP is configured through environment variables provided by your MCP c
2020
By default, XcodeBuildMCP loads all tools at startup. If you want a smaller tool surface for a specific workflow, set `XCODEBUILDMCP_ENABLED_WORKFLOWS` to a comma-separated list of workflow directory names. The `session-management` workflow is always auto-included since other tools depend on it.
2121

2222
**Available workflows:**
23-
- `device` (7 tools) - iOS Device Development
24-
- `simulator` (12 tools) - iOS Simulator Development
25-
- `simulator-management` (5 tools) - Simulator Management
26-
- `swift-package` (6 tools) - Swift Package Manager
27-
- `project-discovery` (5 tools) - Project Discovery
28-
- `macos` (6 tools) - macOS Development
29-
- `ui-testing` (11 tools) - UI Testing & Automation
23+
- `device` (14 tools) - iOS Device Development
24+
- `simulator` (19 tools) - iOS Simulator Development
3025
- `logging` (4 tools) - Log Capture & Management
26+
- `macos` (11 tools) - macOS Development
27+
- `project-discovery` (5 tools) - Project Discovery
3128
- `project-scaffolding` (2 tools) - Project Scaffolding
3229
- `utilities` (1 tool) - Project Utilities
30+
- `session-management` (3 tools) - session-management
31+
- `debugging` (8 tools) - Simulator Debugging
32+
- `simulator-management` (8 tools) - Simulator Management
33+
- `swift-package` (6 tools) - Swift Package Manager
3334
- `doctor` (1 tool) - System Doctor
35+
- `ui-testing` (11 tools) - UI Testing & Automation
3436

3537
## Incremental build support
3638

0 commit comments

Comments
 (0)