{ "name": "ridealong-mcp", "version": "0.1.0", "type": "module", "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "playwright": "^1.47.0", "ws": "^8.21.3", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/ws": "^8.18.1", "typescript": "^5.5.0", "vitest": "^2.0.0" }, "description": "A browser your AI drives. Ride along, grab the wheel anytime. MCP server for Claude Code with a real Chrome and a live H.264 view.", "license": "MIT", "author": "William Blais (https://wautomatisations.com)", "repository": { "type": "git", "url": "git+https://github.com/williamblaismedia-create/ridealong.git" }, "homepage": "https://github.com/williamblaismedia-create/ridealong#readme", "keywords": [ "mcp", "claude", "claude-code", "browser", "automation", "playwright", "cdp", "live-view", "human-in-the-loop", "agent", "ridealong" ], "bin": { "ridealong": "scripts/ridealong-local.sh", "ridealong-relay": "scripts/ridealong-mcp-relay.mjs" }, "mcpName": "io.github.williamblaismedia-create/ridealong", "files": [ "dist/src/**", "viewer/index.html", "viewer/brand/*.svg", "scripts/ridealong-local.sh", "scripts/ridealong-mcp-relay.mjs", "scripts/ridealong-statusline.sh", "scripts/docker-entrypoint.sh", "README.md", "README.fr.md", "LICENSE" ] }