codingbaby-mobile
Version:
MCP Mobile Agent Server - Node.js implementation for mobile device control via ADB
64 lines (63 loc) • 1.51 kB
JSON
{
"name": "codingbaby-mobile",
"version": "1.0.3",
"description": "MCP Mobile Agent Server - Node.js implementation for mobile device control via ADB",
"main": "mobile_agent_server.js",
"type": "module",
"bin": {
"codingbaby-mobile": "./mobile_agent_server.js"
},
"scripts": {
"start": "node mobile_agent_server.js",
"dev": "node --watch mobile_agent_server.js",
"test": "node test_mobile_agent.js",
"prepack": "npm run validate",
"validate": "node --check mobile_agent_server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"zod": "^3.22.0",
"sharp": "^0.33.0"
},
"devDependencies": {
"@types/node": "^20.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"mcp",
"mobile",
"adb",
"android",
"automation",
"model-context-protocol",
"ai",
"mobile-testing",
"device-control"
],
"author": {
"name": "CodingBaby Team",
"email": "contact@codingbaby.com",
"url": "https://github.com/CodingBaby"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KellyGong0301/codingbaby_mobile.git"
},
"bugs": {
"url": "https://github.com/KellyGong0301/codingbaby_mobile/issues"
},
"homepage": "https://github.com/KellyGong0301/codingbaby_mobile#readme",
"files": [
"mobile_agent_server.js",
"package.json",
"README.md",
"README_zh.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}