Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server
Claim
by
antfu
GitHub
Developer Tools
TypeScript
MIT License
226
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
packages
vite-plugin-mcp
packages/vite-plugin-mcp/playground
packages/vite-plugin-mcp/src
packages/vite-plugin-mcp/build.config.ts
packages/vite-plugin-mcp/package.json
packages/vite-plugin-mcp/README.md
{ "name": "vite-plugin-mcp", "type": "module", "version": "0.0.2", "packageManager": "pnpm@10.6.3", "description": "MCP server helping models to understand your Vite app better.", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/vite-plugin-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu/vite-plugin-mcp.git" }, "bugs": "https://github.com/antfu/vite-plugin-mcp/issues", "keywords": [ "vite-plugin", "mcp", "modelcontextprotocol" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "unbuild --stub", "play": "nr -C playground dev", "prepublishOnly": "nr build", "start": "nodemon --exec 'tsx src/server.ts'", "dev:prepare": "nr build" }, "peerDependencies": { "vite": ">=6.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "catalog:prod", "ansis": "catalog:prod", "debug": "catalog:prod", "pathe": "catalog:prod", "zod": "catalog:prod" }, "devDependencies": { "@types/debug": "catalog:types" } }