package.json•560 B
{
"name": "adb-screenshot-mcp",
"version": "1.0.0",
"description": "MCP server for ADB commands focusing on WiFi device connection and screenshot capture",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"keywords": ["mcp", "adb", "android", "screenshot", "wifi"],
"author": "",
"license": "MIT"
}