{ "name": "simframe", "version": "0.18.0", "mcpName": "io.github.lvlrSajjad/simframe", "description": "Always-warm iOS Simulator and Android emulator frames: agents read the screen in ~20ms instead of waiting on screenshots. MCP server + CLI.", "keywords": [ "ios", "simulator", "android", "emulator", "mcp", "model-context-protocol", "claude", "claude-code", "screenshot", "xcode", "simctl", "agent" ], "homepage": "https://github.com/lvlrSajjad/simframe#readme", "bugs": { "url": "https://github.com/lvlrSajjad/simframe/issues" }, "repository": { "type": "git", "url": "git+https://github.com/lvlrSajjad/simframe.git" }, "license": "MIT", "author": "Sadjad Asadi (https://github.com/lvlrSajjad)", "type": "module", "os": [ "darwin" ], "engines": { "node": ">=18.17" }, "bin": { "simframe": "src/cli.js" }, "exports": { ".": "./src/index.js" }, "files": [ "src", "data", "flows", "native/ocr.swift", "native/rank.swift", "native/supervise.swift", "native/simframed/Package.swift", "native/simframed/Sources", "native/simframed/Tests", "skills", "scripts", "README.md", "LICENSE" ], "scripts": { "test": "SIMFRAME_HOME=\"$(mktemp -d)\" node --test test/unit.test.mjs", "mcp": "node src/cli.js mcp", "smoke": "node scripts/smoke.mjs", "bench": "./scripts/bench.sh", "check:package": "node scripts/check-package.mjs", "version": "node scripts/sync-server-version.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" } }