Skip to main content
Glama

Vite MCP Server

by ESnark

how-to-use

Learn to configure and interact with the Vite Dev server's Hot Module Replacement and checkpoint sections using this tool. Optimize real-time code updates and AI-driven modifications.

Instructions

Description of how to use the server

Input Schema

NameRequiredDescriptionDefault
sectionYesSection to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "section": { "description": "Section to describe", "enum": [ "checkpoint", "hmr" ], "type": "string" } }, "required": [ "section" ], "type": "object" }

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