
🔍 Get App Path

✅ Success
  └ Files:
     └── <TMPDIR>/DerivedData/Build/Products/Debug/MCPTest.app — App Path

Next steps:
1. Get bundle ID: get_mac_bundle_id({ appPath: "<TMPDIR>/DerivedData/Build/Products/Debug/MCPTest.app" })
2. Launch app: launch_mac_app({ appPath: "<TMPDIR>/DerivedData/Build/Products/Debug/MCPTest.app" })
