{ "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" } }