expo_dev_send
Send commands to a running Expo dev server, including reload, clear cache, or toggle inspector. Control development workflows directly from your tools.
Instructions
Send command to running Expo dev server (reload, clear cache, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Dev server session ID from expo_dev_start | |
| command | Yes | Command to send | |
| custom_input | No | Custom input when command is "custom" |