Skip to content

Releases: Tanguito86/android-dev-mcp

v1.1.0 — Device Control & App Lifecycle Tools

26 May 17:00

Choose a tag to compare

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

v1.0.1

23 May 01:26

Choose a tag to compare

Patch release for the SoundBend example profile.

Changes:

  • Updated soundbend smoke workflow to wait for the visible UI text Reproduciendo instead of DSP.

Validation:

  • npm run build
  • npm run typecheck
  • npm test
  • npm publish --dry-run --access public
  • npm publish --access public
  • npm view @tanguito/android-dev-mcp shows latest 1.0.1
  • npm install -g @tanguito/android-dev-mcp@1.0.1
  • soundbend/smoke workflow passes on physical device 3bf1ca15 from global install

v1.0.0

23 May 01:17

Choose a tag to compare

First public npm release.

Highlights:

  • Published npm package: @tanguito/android-dev-mcp@1.0.0.
  • Android MCP toolkit powered by ADB.
  • App profiles, workflows, UI automation, reports, screenshots, logcat, video, and debug intents.
  • Global install support: npm install -g @tanguito/android-dev-mcp.
  • npx support: npx @tanguito/android-dev-mcp.

Validation:

  • npm install
  • npm run clean
  • npm run build
  • npm run typecheck
  • npm test
  • npm run doctor
  • npm publish --dry-run --access public
  • npm publish --access public
  • npm view @tanguito/android-dev-mcp
  • npm install -g @tanguito/android-dev-mcp
  • MCP stdio listed 24 tools from global install
  • npx @tanguito/android-dev-mcp listed 24 tools
  • adb_devices smoke check completed

v0.7.0

22 May 08:34

Choose a tag to compare

npm publish readiness release.

Highlights:

  • Verified npm name status with npm view: package currently returns E404/unpublished, with historical unpublish notice.
  • Added npm publish checklist documentation.
  • Added npm installation and MCP client configuration docs for global, npx, and local modes.
  • Added privacy and security documentation.
  • Added bundled config fallback for global/npm installs when no local config/apps.json exists.
  • Removed real screenshot PNG assets from package contents.

Validation:

  • npm install
  • npm run clean
  • npm run build
  • npm run typecheck
  • npm test
  • npm run doctor
  • npm publish --dry-run
  • npm pack
  • installed package tarball in temp folder
  • MCP stdio listed 24 tools from installed bin
  • bundled config workflows listed from installed bin

No npm publish was performed.

v0.6.0

22 May 03:01

Choose a tag to compare

Stability and API contract release.

Highlights:

  • Full MCP API contract documentation for all tools.
  • Versioning and compatibility policy.
  • Central validation and categorized error helpers.
  • Minimal node:test regression suite.
  • CI now runs build, typecheck, and tests.
  • API example responses for launch, workflows, UI search, failure reports, and doctor output.

Validation:

  • npm install
  • npm run clean
  • npm run build
  • npm run typecheck
  • npm test
  • npm run doctor
  • npm pack
  • MCP stdio listed 24 tools

v0.5.0

22 May 01:20

Choose a tag to compare

Improves onboarding and adoption for android-dev-mcp. Adds npm run doctor, app/workflow discovery tools, five-minute setup docs, troubleshooting guide, community docs, lightweight onboarding images, and validates package/bin/MCP workflows. No npm publish yet.

v0.4.0

22 May 00:16

Choose a tag to compare

Generalizes android-dev-mcp for any Android app project. Adds generic sample profiles, config/apps.example.json, reusable templates, dedicated docs for adding apps, MCP client setup, debug intents, and workflows. SoundBend remains supported only as an example profile. Package now includes docs and templates.

v0.3.0

22 May 00:04

Choose a tag to compare

npm-ready package structure for android-dev-mcp. Adds executable bin metadata, package files whitelist, Node 22 CI with build and typecheck, MCP client configuration docs, future npm usage docs, and clean install/npm pack validation. Not published to npm.

v0.2.0

21 May 23:54

Choose a tag to compare

Release polish for android-dev-mcp. Adds public project metadata, MIT license, changelog, roadmap, GitHub issue/PR templates, CI, professional README, and package metadata for the reusable Android automation MCP server.