scan_metro
Scan for running Metro bundler servers to automatically connect React Native apps for debugging, establishing the connection needed for log retrieval and app control tools.
Instructions
Scan for running Metro bundler servers and automatically connect to any found React Native apps. This is typically the FIRST tool to call when starting a debugging session - it establishes the connection needed for other tools like get_logs, execute_in_app, and reload_app.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startPort | No | Start port for scanning (default: 8081) | |
| endPort | No | End port for scanning (default: 19002) |