{ "name": "deepadb", "version": "1.1.4", "description": "DeepADB — full-featured Android Debug Bridge MCP server. 209 tools across 49 modules for device inspection from UI to baseband.", "mcpName": "io.github.fullread/deepadb", "type": "module", "bin": { "deepadb": "build/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node build/index.js", "pretest": "npm run build", "test": "node tests/run-all.mjs", "coverage": "npm run build && c8 node tests/run-all.mjs", "test:ci": "npm run build && node tests/run-all.mjs --ci", "lint": "eslint src", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build", "NOTICE" ], "keywords": [ "mcp", "adb", "android", "claude" ], "license": "Apache-2.0", "engines": { "node": ">=22.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.0", "zod": "^4.5.4" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^26.4.0", "c8": "^12.0.0", "eslint": "^10.9.1", "fast-check": "^4.8.0", "graphql": "^17.0.2", "typescript": "^6.0.3", "typescript-eslint": "^8.68.0", "ws": "^8.21.0" } }