{ "name": "go-computer-use-mcp-server", "version": "1.1.4", "description": "MCP server for computer automation (mouse, keyboard, screen, windows, processes)", "mcpName": "io.github.hightemp/go-computer-use-mcp-server", "license": "MIT", "bin": { "go-computer-use-mcp-server": "bin/computer-use-mcp.js" }, "files": [ "bin/computer-use-mcp.js", "native/", "server.json", "README.md" ], "scripts": { "build:npm": "./scripts/build-npm.sh", "prepack": "./scripts/build-npm.sh", "validate:registry": "./scripts/validate-registry.sh" }, "keywords": [ "mcp", "model-context-protocol", "computer-use", "automation", "robotgo", "desktop-automation", "mouse", "keyboard", "screen", "claude", "ai" ], "repository": { "type": "git", "url": "https://github.com/hightemp/go_computer_use_mcp_server" }, "author": "hightemp", "engines": { "node": ">=18" } }