Vite · Capability
Vite Frontend Build Workflow
Workflow capability for frontend developers using Vite. Combines the JavaScript API and Plugin API to support dev server management, production builds, preview serving, and editor integration in a unified interface. Targeted at build system integrators, CI/CD pipelines, and IDE plugins.
What You Can Do
GET
Ping dev server
— Ping the Vite dev server to confirm it is running.
/v1/dev-server/ping
GET
Open in editor
— Open a source file at a specific line/column in the IDE.
/v1/editor/open
MCP Tools
ping-vite-dev-server
Check whether the Vite development server is running and healthy.
read-only
idempotent
open-source-file-in-editor
Open a Vite project source file at the specified line and column in the IDE. Useful for navigating to build errors.
read-only
idempotent
APIs Used
vite-js-api