Skip to main content
Glama

Vite MCP Server

by ESnark

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

NameRequiredDescriptionDefault
limitNoMaximum 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" }

Other Tools from Vite MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ESnark/blowback'

If you have feedback or need assistance with the MCP directory API, please join our Discord server