get-hmr-events
Retrieve recent Hot Module Replacement (HMR) events to monitor code changes and updates in real-time using the Vite MCP Server. Specify the maximum number of events to return for precise tracking.
Instructions
Retrieves recent HMR events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of events to return |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"description": "Maximum number of events to return",
"type": "number"
}
},
"type": "object"
}