id: launch_app_sim
module: mcp/tools/simulator/launch_app_sim
names:
  mcp: launch_app_sim
  cli: launch-app
description: Launch app on simulator. Runtime logs are captured automatically and the log file path is included in the response.
outputSchema:
  schema: xcodebuildmcp.output.launch-result
  version: "2"
annotations:
  title: Launch App Simulator
  readOnlyHint: false
  destructiveHint: false
  openWorldHint: false
nextSteps:
  - label: Open Simulator app to see it
    toolId: open_sim
    priority: 1
    when: success
  - label: Stop app in simulator
    toolId: stop_app_sim
    priority: 2
    when: success
