{ "name": "can-see", "version": "0.5.1", "mcpName": "io.github.HurleySk/can-see", "description": "MCP server that gives AI agents eyes on your terminal — PNG screenshots, visual diffs, GIF recording, and full keyboard/text interaction", "type": "module", "main": "dist/server.js", "bin": { "can-see": "dist/server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "start": "node dist/server.js", "prepublishOnly": "npm run build && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/HurleySk/can-see.git" }, "homepage": "https://github.com/HurleySk/can-see", "bugs": { "url": "https://github.com/HurleySk/can-see/issues" }, "author": "Samuel Hurley ", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "terminal", "tui", "cli", "screenshot", "terminal-screenshot", "visual-testing", "tui-testing", "headless-terminal", "automation", "claude", "ai-agent", "node-pty", "xterm" ], "engines": { "node": ">=18" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@xterm/headless": "^6.0.0", "canvas": "^3.2.3", "gifenc": "^1.0.3", "node-pty": "^1.1.0", "uuid": "^13.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.6.0", "@types/uuid": "^10.0.0", "typescript": "^6.0.2", "vitest": "^4.1.4" } }