{ "name": "hive-mcp-server", "version": "1.0.0", "description": "MCP Server for Hive Distributed AI Orchestration Platform", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "watch": "tsc -w" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.3", "axios": "^1.6.0", "ws": "^8.18.0", "uuid": "^9.0.1" }, "devDependencies": { "@types/node": "^20.0.0", "@types/uuid": "^9.0.7", "@types/ws": "^8.5.10", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }