Skip to content

Commit f41cf52

Browse files
committed
feat: add vue mcp
1 parent 58e79f4 commit f41cf52

File tree

4 files changed

+560
-1
lines changed

4 files changed

+560
-1
lines changed

.cursor/mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"mcpServers": {
3+
"vue-mcp": {
4+
"url": "http://localhost:3333/__mcp/sse"
5+
}
6+
}
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"unplugin-svg-component": "0.12.1",
5454
"unplugin-vue-components": "28.7.0",
5555
"vite": "7.0.0",
56+
"vite-plugin-vue-mcp": "0.3.2",
5657
"vite-svg-loader": "5.1.0",
5758
"vitest": "3.2.4",
5859
"vue-tsc": "2.2.10"

0 commit comments

Comments
 (0)