get_restart_events
Retrieve recent app restart/reload events and the files that triggered them, covering Rust rebuilds and HMR updates.
Instructions
Get recent app restart/reload events with the files that triggered them. Includes Rust rebuilds (backend) and HMR updates (frontend).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events | |
| clear | No | Clear events after reading | |
| window | No | Window label for frontend HMR events (default: focused window) |