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
- Simulator workflows: Build, run, test, install, and launch apps on iOS simulators; manage simulator state (boot, erase, location, appearance)
45
+
- Device workflows: Build, test, install, and launch apps on physical devices with code signing
46
+
- macOS workflows: Build, run, and test macOS applications
47
+
- Log capture: Stream and capture logs from simulators and devices
48
+
- LLDB debugging: Attach debugger, set breakpoints, inspect stack traces and variables, execute LLDB commands
49
+
- UI automation: Capture screenshots, inspect view hierarchy with coordinates, perform taps/swipes/gestures, type text, press hardware buttons
50
+
- SwiftPM: Build, run, test, and manage Swift Package Manager projects
51
+
- Project scaffolding: Generate new iOS/macOS project templates
52
+
53
+
Only simulator workflow tools are enabled by default. If capabilities like device, macOS, debugging, or UI automation are not available, the user must configure XcodeBuildMCP to enable them. See https://github.com/cameroncooke/XcodeBuildMCP/blob/main/docs/CONFIGURATION.md for workflow configuration.
54
+
55
+
Always start by calling session_show_defaults to see current configuration, then use discovery tools to find projects and set appropriate defaults.`,
0 commit comments