{ "name": "remote-bridge-cli", "version": "0.1.8", "mcpName": "io.github.varaprasadreddy9676/remote-bridge", "description": "Bridge the gap between AI-generated code and remote servers", "bin": { "remote-bridge": "./bin/remote-bridge.js" }, "scripts": { "postinstall": "node scripts/install.js", "test": "cargo test", "prepublishOnly": "cargo build --release && node scripts/install.js" }, "files": [ "bin/", "scripts/", "src/*.rs", "Cargo.toml", "Cargo.lock", "README.md" ], "engines": { "node": ">=14.0.0" }, "os": ["linux", "darwin"], "repository": { "type": "git", "url": "git+https://github.com/varaprasadreddy9676/remote-bridge.git" }, "keywords": [ "ai", "ssh", "rsync", "mcp", "deployment", "remote", "claude", "gemini" ], "author": "Vara Prasad Reddy", "license": "MIT", "bugs": { "url": "https://github.com/varaprasadreddy9676/remote-bridge/issues" }, "homepage": "https://github.com/varaprasadreddy9676/remote-bridge#readme" }