{ "name": "@ruvnet/rvagent", "version": "0.2.0", "description": "SENSE-BRIDGE: dual-transport MCP server (stdio default; Streamable HTTP opt-in via RVAGENT_HTTP_PORT) exposing RuView WiFi-DensePose sensing primitives to AI agents", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "rvagent": "dist/index.js", "ruview-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "rvagent", "ruview", "wifi", "csi", "pose-estimation", "cognitum", "sense-bridge", "ruvnet" ], "author": "ruv ", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/ruvnet/RuView.git", "directory": "tools/ruview-mcp" }, "homepage": "https://github.com/ruvnet/RuView/tree/main/tools/ruview-mcp", "bugs": { "url": "https://github.com/ruvnet/RuView/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.25.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.14.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "typescript": "^5.4.5" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }