mcp-hub/sample-mcp/package.json

12 lines
226 B
JSON

{
"name": "sample-mcp",
"version": "1.0.0",
"description": "Sample MCP backend for testing hub relay",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ws": "^8.19.0"
}
}