id: get_mac_app_path
module: mcp/tools/macos/get_mac_app_path
names:
  mcp: get_mac_app_path
  cli: get-app-path
description: Get macOS built app path.
outputSchema:
  schema: xcodebuildmcp.output.app-path
  version: "2"
annotations:
  title: Get macOS App Path
  readOnlyHint: true
  destructiveHint: false
  openWorldHint: false
nextSteps:
  - label: Get bundle ID
    toolId: get_mac_bundle_id
    priority: 1
    when: success
  - label: Launch app
    toolId: launch_mac_app
    priority: 2
    when: success
