install_app
Deploy APK files to Android devices connected to the espresso-mcp server. Simplify app installation by specifying the app path to execute the process efficiently.
Instructions
Install an App APK on the connected Android device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_path": {
"title": "App Path",
"type": "string"
}
},
"required": [
"app_path"
],
"title": "install_appArguments",
"type": "object"
}