first commit

This commit is contained in:
douboer
2025-10-14 14:18:20 +08:00
commit d93bc02772
66 changed files with 21393 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "mcp-client-vue",
"version": "1.0.0",
"description": "基于 Vue 3 的美观 MCP 客户端界面 - 纯前端应用",
"type": "module",
"scripts": {
"dev": "cd web && npm run dev",
"build": "cd web && npm run build",
"preview": "cd web && npm run preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"eventsource": "^2.0.2",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"typescript": "^5.3.3"
},
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}