mcp-hub/package.json

19 lines
396 B
JSON

{
"name": "workspace",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"sample-mcp": "node sample-mcp/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.2.1",
"uuid": "^13.0.0",
"ws": "^8.19.0"
}
}