-
-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathbuild_run_sim.yaml
More file actions
26 lines (26 loc) · 822 Bytes
/
build_run_sim.yaml
File metadata and controls
26 lines (26 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
id: build_run_sim
module: mcp/tools/simulator/build_run_sim
names:
mcp: build_run_sim
cli: build-and-run
description: Build, install, and launch on iOS Simulator; boots simulator and attempts to open Simulator.app as needed. Preferred single-step run tool when defaults are set.
predicates:
- hideWhenXcodeAgentMode
annotations:
title: Build Run Simulator
readOnlyHint: false
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