ios_open_url
Open URLs in iOS simulator for testing web links or deep links during React Native development with Metro Logs MCP.
Instructions
Open a URL in the iOS simulator (opens in default handler or Safari)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open (e.g., https://example.com or myapp://path) | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |