@@ -16,88 +16,88 @@ XcodeBuildMCP provides 71 canonical tools organized into 13 workflow groups.
1616### iOS Device Development (` device ` )
1717** Purpose** : Complete iOS development workflow for physical devices (iPhone, iPad, Apple Watch, Apple TV, Apple Vision Pro). (14 tools)
1818
19- - ` build-device ` - Build for device.
19+ - ` build ` - Build for device.
2020- ` clean ` - Clean build products.
21- - ` discover-projs ` - Scans a directory (defaults to workspace root) to find Xcode project (.xcodeproj) and workspace (.xcworkspace) files.
21+ - ` discover-projects ` - Scans a directory (defaults to workspace root) to find Xcode project (.xcodeproj) and workspace (.xcworkspace) files.
2222- ` get-app-bundle-id ` - Extract bundle id from .app.
23- - ` get-device- app-path ` - Get device built app path.
24- - ` install-app-device ` - Install app on device.
25- - ` launch-app-device ` - Launch app on device.
26- - ` list-devices ` - List connected devices.
23+ - ` get-app-path ` - Get device built app path.
24+ - ` install ` - Install app on device.
25+ - ` launch ` - Launch app on device.
26+ - ` list ` - List connected devices.
2727- ` list-schemes ` - List Xcode schemes.
2828- ` show-build-settings ` - Show build settings.
29- - ` start-device-log-cap ` - Start device log capture.
30- - ` stop-app-device ` - Stop device app.
31- - ` stop-device-log-cap ` - Stop device app and return logs.
32- - ` test-device ` - Test on device.
29+ - ` start-device-log-capture ` - Start device log capture.
30+ - ` stop ` - Stop device app.
31+ - ` stop-device-log-capture ` - Stop device app and return logs.
32+ - ` test ` - Test on device.
3333
3434
3535
3636### iOS Simulator Development (` simulator ` )
3737** Purpose** : Complete iOS development workflow for both .xcodeproj and .xcworkspace files targeting simulators. (21 tools)
3838
39- - ` boot-sim ` - Defined in Simulator Management workflow.
40- - ` build-run-sim ` - Build and run iOS sim.
41- - ` build-sim ` - Build for iOS sim.
39+ - ` boot ` - Defined in Simulator Management workflow.
40+ - ` build ` - Build for iOS sim.
41+ - ` build-and-run ` - Build and run iOS sim.
4242- ` clean ` - Defined in iOS Device Development workflow.
43- - ` discover-projs ` - Defined in iOS Device Development workflow.
43+ - ` discover-projects ` - Defined in iOS Device Development workflow.
4444- ` get-app-bundle-id ` - Defined in iOS Device Development workflow.
45- - ` get-sim-app-path ` - Get sim built app path.
46- - ` install-app-sim ` - Install app on sim.
47- - ` launch-app-logs-sim ` - Launch sim app with logs.
48- - ` launch-app-sim ` - Launch app on simulator.
45+ - ` get-app-path ` - Get sim built app path.
46+ - ` install ` - Install app on sim.
47+ - ` launch-app ` - Launch app on simulator.
48+ - ` launch-app-with-logs ` - Launch sim app with logs.
49+ - ` list ` - Defined in Simulator Management workflow.
4950- ` list-schemes ` - Defined in iOS Device Development workflow.
50- - ` list-sims ` - Defined in Simulator Management workflow.
51- - ` open-sim ` - Defined in Simulator Management workflow.
52- - ` record-sim-video ` - Record sim video.
51+ - ` open ` - Defined in Simulator Management workflow.
52+ - ` record-video ` - Record sim video.
5353- ` screenshot ` - Capture screenshot.
5454- ` show-build-settings ` - Defined in iOS Device Development workflow.
5555- ` snapshot-ui ` - Print view hierarchy with precise view coordinates (x, y, width, height) for visible elements.
56- - ` start-sim -log-cap ` - Defined in Log Capture workflow.
57- - ` stop-app-sim ` - Stop sim app.
58- - ` stop-sim -log-cap ` - Defined in Log Capture workflow.
59- - ` test-sim ` - Test on iOS sim.
56+ - ` start-simulator -log-capture ` - Defined in Log Capture workflow.
57+ - ` stop ` - Stop sim app.
58+ - ` stop-simulator -log-capture ` - Defined in Log Capture workflow.
59+ - ` test ` - Test on iOS sim.
6060
6161
6262
6363### LLDB Debugging (` debugging ` )
6464** Purpose** : Attach LLDB debugger to simulator apps, set breakpoints, inspect variables and call stacks. (8 tools)
6565
66- - ` debug-attach-sim ` - Attach LLDB to sim app .
67- - ` debug-breakpoint-add ` - Add breakpoint .
68- - ` debug-breakpoint-remove ` - Remove breakpoint .
69- - ` debug-continue ` - Continue debug session .
70- - ` debug-detach ` - Detach debugger .
71- - ` debug-lldb-command ` - Run LLDB command .
72- - ` debug- stack` - Get backtrace.
73- - ` debug- variables` - Get frame variables.
66+ - ` add-breakpoint ` - Add breakpoint .
67+ - ` attach ` - Attach LLDB to sim app .
68+ - ` continue ` - Continue debug session .
69+ - ` detach ` - Detach debugger .
70+ - ` lldb-command ` - Run LLDB command .
71+ - ` remove-breakpoint ` - Remove breakpoint .
72+ - ` stack ` - Get backtrace.
73+ - ` variables ` - Get frame variables.
7474
7575
7676
7777### Log Capture (` logging ` )
7878** Purpose** : Capture and retrieve logs from simulator and device apps. (4 tools)
7979
80- - ` start-device-log-cap ` - Defined in iOS Device Development workflow.
81- - ` start-sim -log-cap ` - Start sim log capture.
82- - ` stop-device-log-cap ` - Defined in iOS Device Development workflow.
83- - ` stop-sim -log-cap ` - Stop sim app and return logs.
80+ - ` start-device-log-capture ` - Defined in iOS Device Development workflow.
81+ - ` start-simulator -log-capture ` - Start sim log capture.
82+ - ` stop-device-log-capture ` - Defined in iOS Device Development workflow.
83+ - ` stop-simulator -log-capture ` - Stop sim app and return logs.
8484
8585
8686
8787### macOS Development (` macos ` )
8888** Purpose** : Complete macOS development workflow for both .xcodeproj and .xcworkspace files. Build, test, deploy, and manage macOS applications. (11 tools)
8989
90- - ` build-macos ` - Build macOS app.
91- - ` build-run-macos ` - Build and run macOS app.
90+ - ` build ` - Build macOS app.
91+ - ` build-and-run ` - Build and run macOS app.
9292- ` clean ` - Defined in iOS Device Development workflow.
93- - ` discover-projs ` - Defined in iOS Device Development workflow.
94- - ` get-mac- app-path ` - Get macOS built app path.
95- - ` get-mac -bundle-id ` - Extract bundle id from macOS .app.
96- - ` launch-mac-app ` - Launch macOS app.
93+ - ` discover-projects ` - Defined in iOS Device Development workflow.
94+ - ` get-app-path ` - Get macOS built app path.
95+ - ` get-macos -bundle-id ` - Extract bundle id from macOS .app.
96+ - ` launch ` - Launch macOS app.
9797- ` list-schemes ` - Defined in iOS Device Development workflow.
9898- ` show-build-settings ` - Defined in iOS Device Development workflow.
99- - ` stop-mac-app ` - Stop macOS app.
100- - ` test-macos ` - Test macOS target.
99+ - ` stop ` - Stop macOS app.
100+ - ` test ` - Test macOS target.
101101
102102
103103
@@ -111,9 +111,9 @@ XcodeBuildMCP provides 71 canonical tools organized into 13 workflow groups.
111111### Project Discovery (` project-discovery ` )
112112** Purpose** : Discover and examine Xcode projects, workspaces, and Swift packages. Analyze project structure, schemes, build settings, and bundle information. (5 tools)
113113
114- - ` discover-projs ` - Defined in iOS Device Development workflow.
114+ - ` discover-projects ` - Defined in iOS Device Development workflow.
115115- ` get-app-bundle-id ` - Defined in iOS Device Development workflow.
116- - ` get-mac -bundle-id ` - Defined in macOS Development workflow.
116+ - ` get-macos -bundle-id ` - Defined in macOS Development workflow.
117117- ` list-schemes ` - Defined in iOS Device Development workflow.
118118- ` show-build-settings ` - Defined in iOS Device Development workflow.
119119
@@ -122,34 +122,34 @@ XcodeBuildMCP provides 71 canonical tools organized into 13 workflow groups.
122122### Project Scaffolding (` project-scaffolding ` )
123123** Purpose** : Scaffold new iOS and macOS projects from templates. (2 tools)
124124
125- - ` scaffold-ios-project ` - Scaffold iOS project.
126- - ` scaffold-macos-project ` - Scaffold macOS project.
125+ - ` scaffold-ios ` - Scaffold iOS project.
126+ - ` scaffold-macos ` - Scaffold macOS project.
127127
128128
129129
130130### Simulator Management (` simulator-management ` )
131131** 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. (8 tools)
132132
133- - ` boot-sim ` - Boot iOS simulator.
134- - ` erase-sims ` - Erase simulator.
135- - ` list-sims ` - List iOS simulators.
136- - ` open-sim ` - Open Simulator app.
137- - ` reset-sim- location ` - Reset sim location.
138- - ` set-sim- appearance ` - Set sim appearance.
139- - ` set-sim- location ` - Set sim location.
140- - ` sim- statusbar` - Set sim status bar network.
133+ - ` boot ` - Boot iOS simulator.
134+ - ` erase ` - Erase simulator.
135+ - ` list ` - List iOS simulators.
136+ - ` open ` - Open Simulator app.
137+ - ` reset-location ` - Reset sim location.
138+ - ` set-appearance ` - Set sim appearance.
139+ - ` set-location ` - Set sim location.
140+ - ` statusbar ` - Set sim status bar network.
141141
142142
143143
144144### Swift Package Development (` swift-package ` )
145145** Purpose** : Build, test, run and manage Swift Package Manager projects. (6 tools)
146146
147- - ` swift-package- build` - swift package target build.
148- - ` swift-package- clean` - swift package clean.
149- - ` swift-package- list` - List SwiftPM processes.
150- - ` swift-package- run` - swift package target run.
151- - ` swift-package- stop` - Stop SwiftPM run.
152- - ` swift-package- test` - Run swift package target tests.
147+ - ` build ` - swift package target build.
148+ - ` clean ` - swift package clean.
149+ - ` list ` - List SwiftPM processes.
150+ - ` run ` - swift package target run.
151+ - ` stop ` - Stop SwiftPM run.
152+ - ` test ` - Run swift package target tests.
153153
154154
155155
@@ -173,9 +173,9 @@ XcodeBuildMCP provides 71 canonical tools organized into 13 workflow groups.
173173### Xcode IDE Integration (` xcode-ide ` )
174174** Purpose** : Bridge tools for connecting to Xcode's built-in MCP server (mcpbridge) to access IDE-specific functionality. (3 tools)
175175
176- - ` xcode-tools- bridge-disconnect` - Disconnect bridge and unregister proxied ` xcode_tools_* ` tools.
177- - ` xcode-tools- bridge-status` - Show xcrun mcpbridge availability and proxy tool sync status.
178- - ` xcode-tools- bridge-sync` - One-shot connect + tools/list sync (manual retry; avoids background prompt spam).
176+ - ` bridge-disconnect ` - Disconnect bridge and unregister proxied ` xcode_tools_* ` tools.
177+ - ` bridge-status ` - Show xcrun mcpbridge availability and proxy tool sync status.
178+ - ` bridge-sync ` - One-shot connect + tools/list sync (manual retry; avoids background prompt spam).
179179
180180
181181
@@ -187,4 +187,4 @@ XcodeBuildMCP provides 71 canonical tools organized into 13 workflow groups.
187187
188188---
189189
190- * This documentation is automatically generated by ` scripts/update-tools-docs.ts ` from the tools manifest. Last updated: 2026-02-06T11:40:14.287Z UTC*
190+ * This documentation is automatically generated by ` scripts/update-tools-docs.ts ` from the tools manifest. Last updated: 2026-02-07T22:29:44.282Z UTC*
0 commit comments