{ "name": "@srmorete/mobile-device-mcp", "mcpName": "io.github.srmorete/mobile-device-mcp", "version": "0.1.10", "description": "An MCP server to control iOS and Android devices — Native and WebView, multi-device", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/srmorete/mobile-device-mcp.git" }, "keywords": [ "mcp", "mobile", "ios", "android", "automation" ], "type": "module", "bin": { "mobile-device-mcp": "./bin/cli.js" }, "files": [ "bin/", "src/", "drivers/" ], "scripts": { "start": "bun run src/server/index.ts", "filter": "bun run src/filter/index.ts", "test": "bun test test/*.test.ts", "build": "./scripts/build.sh" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/bun": "^1.2.9" } }