-
-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathopen_sim.yaml
More file actions
36 lines (36 loc) · 1008 Bytes
/
open_sim.yaml
File metadata and controls
36 lines (36 loc) · 1008 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
29
30
31
32
33
34
35
36
id: open_sim
module: mcp/tools/simulator/open_sim
names:
mcp: open_sim
cli: open
description: Open Simulator.app for visibility/manual workflows. Not required before simulator build-and-run (build_run_sim).
annotations:
title: Open Simulator
readOnlyHint: true
destructiveHint: false
openWorldHint: false
nextSteps:
- label: Boot a simulator for manual workflows
toolId: boot_sim
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