-
-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy pathlaunch_app_sim.yaml
More file actions
28 lines (28 loc) · 730 Bytes
/
launch_app_sim.yaml
File metadata and controls
28 lines (28 loc) · 730 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
27
28
id: launch_app_sim
module: mcp/tools/simulator/launch_app_sim
names:
mcp: launch_app_sim
cli: launch-app
description: Launch app on simulator.
annotations:
title: Launch App Simulator
readOnlyHint: false
destructiveHint: false
openWorldHint: false
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