Skip to content

v1.1.0 — Device Control & App Lifecycle Tools

Latest

Choose a tag to compare

@Tanguito86 Tanguito86 released this 26 May 17:00
· 5 commits to master since this release

What's new in v1.1.0

Device control (Fase 14)

  • android_device_info — manufacturer, model, Android version, SDK, ABI, battery level, charging status
  • android_set_volume — set media volume (or any stream) via ADB
  • android_clear_app_data — clear all local data for an app (with warning)
  • android_manage_permissions — grant or revoke runtime permissions
  • android_set_bluetooth — enable/disable Bluetooth (best-effort, OEM-dependent)

App lifecycle & packages (Fase 15)

  • android_list_packages — list installed packages with optional case-insensitive filter
  • android_current_app — get currently focused package/activity
  • android_app_info — detailed package info (version, install time, permissions)
  • android_open_app_settings — open system App Info screen
  • android_uninstall_app — uninstall apps via ADB with optional keep-data flag
  • android_start_activity — launch arbitrary Android components (no profile needed)
  • android_send_intent — send generic broadcast intents with extras

Stats

  • 36 MCP tools (up from 24)
  • 31 tests passing
  • 78 files, 38.4 kB package
  • Docs: README, API contract, CHANGELOG all updated