ios_launch_app
Launch an iOS simulator app by bundle ID to enable real-time React Native log monitoring through the Metro Logs MCP server.
Instructions
Launch an app on an iOS simulator by bundle ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundleId | Yes | Bundle ID of the app (e.g., com.example.myapp) | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |