Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ xcodebuildmcp simulator launch-app --simulator-id <UDID> --bundle-id io.sentry.M
xcodebuildmcp simulator build-and-run --scheme MyApp --project-path ./MyApp.xcodeproj
```

### Log Capture Workflow

```bash
# Start log capture
xcodebuildmcp logging start-simulator-log-capture --simulator-id <UDID> --bundle-id io.sentry.MyApp

> Log capture started successfully. Session ID: 51e2142a-1a99-442a-af01-0586540043df.

# Stop and retrieve logs
xcodebuildmcp logging stop-simulator-log-capture --session-id <SESSION_ID>
```

### Testing

```bash
Expand Down Expand Up @@ -219,7 +207,6 @@ Most tools run directly without the daemon:

### Stateful Tools (require daemon)
Some tools maintain state and route through the daemon:
- Log capture: `start-simulator-log-capture`, `stop-simulator-log-capture`
- Video recording: `record-video`
- Debugging: `attach`, `continue`, etc.
- Background processes: `run`, `stop`
Expand Down
5 changes: 1 addition & 4 deletions manifests/tools/build_run_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ annotations:
destructiveHint: false
openWorldHint: false
nextSteps:
- label: Capture device logs
toolId: start_device_log_cap
priority: 1
- label: Stop app on device
toolId: stop_app_device
priority: 2
priority: 1
11 changes: 1 addition & 10 deletions manifests/tools/build_run_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ annotations:
destructiveHint: false
openWorldHint: false
nextSteps:
- label: Capture structured logs (app continues running)
toolId: start_sim_log_cap
priority: 1
- label: Stop app in simulator
toolId: stop_app_sim
priority: 2
- label: Capture console + structured logs (app restarts)
toolId: start_sim_log_cap
priority: 3
- label: Launch app with logs in one step
toolId: launch_app_logs_sim
priority: 4
priority: 1
17 changes: 0 additions & 17 deletions manifests/tools/launch_app_logs_sim.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions manifests/tools/launch_app_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,3 @@ nextSteps:
- label: Open Simulator app to see it
toolId: open_sim
priority: 1
- label: Capture structured logs (app continues running)
toolId: start_sim_log_cap
params:
simulatorId: SIMULATOR_UUID
bundleId: BUNDLE_ID
priority: 2
- label: Capture console + structured logs (app restarts)
toolId: start_sim_log_cap
params:
simulatorId: SIMULATOR_UUID
bundleId: BUNDLE_ID
captureConsole: true
priority: 3
19 changes: 0 additions & 19 deletions manifests/tools/open_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,3 @@ nextSteps:
params:
simulatorId: UUID_FROM_LIST_SIMS
priority: 1
- label: Capture structured logs (app continues running)
toolId: start_sim_log_cap
params:
simulatorId: UUID
bundleId: YOUR_APP_BUNDLE_ID
priority: 2
- label: Capture console + structured logs (app restarts)
toolId: start_sim_log_cap
params:
simulatorId: UUID
bundleId: YOUR_APP_BUNDLE_ID
captureConsole: true
priority: 3
- label: Launch app with logs in one step
toolId: launch_app_logs_sim
params:
simulatorId: UUID
bundleId: YOUR_APP_BUNDLE_ID
priority: 4
17 changes: 0 additions & 17 deletions manifests/tools/start_device_log_cap.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions manifests/tools/start_sim_log_cap.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions manifests/tools/stop_device_log_cap.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions manifests/tools/stop_sim_log_cap.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions manifests/workflows/device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ tools:
- list_schemes
- show_build_settings
- get_app_bundle_id
- start_device_log_cap
- stop_device_log_cap
- get_coverage_report
- get_file_coverage
8 changes: 0 additions & 8 deletions manifests/workflows/logging.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions manifests/workflows/simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tools:
- get_sim_app_path
- install_app_sim
- launch_app_sim
- launch_app_logs_sim
- stop_app_sim
- record_sim_video
- clean
Expand All @@ -24,7 +23,5 @@ tools:
- get_app_bundle_id
- screenshot
- snapshot_ui
- stop_sim_log_cap
- start_sim_log_cap
- get_coverage_report
- get_file_coverage
Loading
Loading