adb_push
Push base64-encoded files from your system to a specified path on an Android device using the ADB MCP Server, enabling efficient file transfers and device management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device | No | Specific device ID (optional) | |
fileBase64 | Yes | Base64 encoded file content to push | |
remotePath | Yes | Remote file path on the device |