-
-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy pathlist_sims.yaml
More file actions
33 lines (33 loc) · 736 Bytes
/
list_sims.yaml
File metadata and controls
33 lines (33 loc) · 736 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
id: list_sims
module: mcp/tools/simulator/list_sims
names:
mcp: list_sims
cli: list
description: List iOS simulators.
annotations:
title: List Simulators
readOnlyHint: true
destructiveHint: false
openWorldHint: false
nextSteps:
- label: Boot a simulator
toolId: boot_sim
params:
simulatorId: UUID_FROM_ABOVE
priority: 1
- label: Open the simulator UI
toolId: open_sim
priority: 2
- label: Build for simulator
toolId: build_sim
params:
scheme: YOUR_SCHEME
simulatorId: UUID_FROM_ABOVE
priority: 3
- label: Get app path
toolId: get_sim_app_path
params:
scheme: YOUR_SCHEME
platform: iOS Simulator
simulatorId: UUID_FROM_ABOVE
priority: 4