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(skill): align xcodebuildmcp CLI examples with current commands
The xcodebuildmcp skill guide contained outdated command and tool names that no longer match the installed CLI interface. This patch updates the examples to the currently supported workflow/tool names and argument shapes so agents can execute documented commands without translation or failures.
Validated against live CLI output via:
- xcodebuildmcp --help
- xcodebuildmcp tools --json
- per-workflow and per-tool --help checks for all commands referenced in SKILL.md
Key updates:
- Replaced deprecated names such as discover-projs/list-sims/build-run-sim/build-sim/test-sim with discover-projects/list/build-and-run/build/test
- Updated device examples from list-devices/build-device/get-device-app-path/install-app-device/launch-app-device to list/build/get-app-path/install/launch
- Updated logging and debugging examples to start/stop-simulator-log-capture and debugging attach
- Updated macOS and scaffolding commands to build/build-and-run and scaffold-ios/scaffold-macos
- Removed invalid arguments from examples (e.g. --app-path on device launch, --package-path on swift-package list)
Result: SKILL.md now reflects the actual CLI tool surface and option usage for the installed xcodebuildmcp binary.
0 commit comments