|
1 | 1 | # XcodeBuildMCP Tools Reference |
2 | 2 |
|
3 | | -XcodeBuildMCP provides 59 tools organized into 12 workflow groups for comprehensive Apple development workflows. |
| 3 | +XcodeBuildMCP provides 60 tools organized into 12 workflow groups for comprehensive Apple development workflows. |
4 | 4 |
|
5 | 5 | ## Workflow Groups |
6 | 6 |
|
@@ -64,10 +64,11 @@ XcodeBuildMCP provides 59 tools organized into 12 workflow groups for comprehens |
64 | 64 | ### Project Utilities (`utilities`) |
65 | 65 | **Purpose**: Essential project maintenance utilities for cleaning and managing existing projects. Provides clean operations for both .xcodeproj and .xcworkspace files. (1 tools) |
66 | 66 |
|
67 | | -- `clean` - Cleans build products for either a project or a workspace using xcodebuild. Provide exactly one of projectPath or workspacePath. Example: clean({ projectPath: '/path/to/MyProject.xcodeproj', scheme: 'MyScheme' }) |
| 67 | +- `clean` - Cleans build products for either a project or a workspace using xcodebuild. Provide exactly one of projectPath or workspacePath. Platform defaults to iOS if not specified. Example: clean({ projectPath: '/path/to/MyProject.xcodeproj', scheme: 'MyScheme', platform: 'iOS' }) |
68 | 68 | ### Simulator Management (`simulator-management`) |
69 | | -**Purpose**: Tools for managing simulators from booting, opening simulators, listing simulators, stopping simulators and setting simulator environment options like location, network, statusbar and appearance. (4 tools) |
| 69 | +**Purpose**: Tools for managing simulators from booting, opening simulators, listing simulators, stopping simulators, erasing simulator content and settings, and setting simulator environment options like location, network, statusbar and appearance. (5 tools) |
70 | 70 |
|
| 71 | +- `erase_sims` - Erases simulator content and settings. Provide exactly one of: simulatorUuid or all=true. |
71 | 72 | - `reset_sim_location` - Resets the simulator's location to default. |
72 | 73 | - `set_sim_appearance` - Sets the appearance mode (dark/light) of an iOS simulator. |
73 | 74 | - `set_sim_location` - Sets a custom GPS location for the simulator. |
@@ -102,9 +103,9 @@ XcodeBuildMCP provides 59 tools organized into 12 workflow groups for comprehens |
102 | 103 |
|
103 | 104 | ## Summary Statistics |
104 | 105 |
|
105 | | -- **Total Tools**: 59 canonical tools + 22 re-exports = 81 total |
| 106 | +- **Total Tools**: 60 canonical tools + 22 re-exports = 82 total |
106 | 107 | - **Workflow Groups**: 12 |
107 | 108 |
|
108 | 109 | --- |
109 | 110 |
|
110 | | -*This documentation is automatically generated by `scripts/update-tools-docs.ts` using static analysis. Last updated: 2025-08-16* |
| 111 | +*This documentation is automatically generated by `scripts/update-tools-docs.ts` using static analysis. Last updated: 2025-09-21* |
0 commit comments