@winstonfassett/web-dev-mcp-vite
v0.1.0-alpha.0
Published
Vite plugin for web-dev-mcp — live browser observability for AI agents
Maintainers
Readme
@winstonfassett/web-dev-mcp-vite
Vite plugin for web-dev-mcp — live browser observability for AI agents during development.
Install
npm install -D @winstonfassett/web-dev-mcp-vite @winstonfassett/web-dev-mcp-gatewayVite
// vite.config.ts
import { webDevMcp } from '@winstonfassett/web-dev-mcp-vite'
export default defineConfig({
plugins: [webDevMcp()],
})Gateway auto-starts. No separate terminal needed.
MCP endpoint: http://localhost:3333/__mcp/sse
Storybook
// .storybook/main.ts
export default {
addons: ['@winstonfassett/web-dev-mcp-vite/storybook'],
}Options
webDevMcp({
gateway: 'http://localhost:3333', // Gateway URL (default)
serverType: 'vite', // 'vite' | 'storybook' | 'generic'
})License
MIT
