Releases: Nam0101/android-mcp-toolkit
Releases · Nam0101/android-mcp-toolkit
1.3.0
Release Notes: android-mcp-toolkit v1.3.0
🚀 Overview
Version 1.3.0 significantly expands the capabilities of the toolkit by introducing Device Automation tools and upgrading the core Logcat Management experience. This release focuses on giving AI agents more direct control and visibility over connected Android devices.
✨ New Features
Device Automation Tools
A new suite of tools to interact with the device UI directly:
dump-ui-hierarchy: Capture the current screen's UI hierarchy as XML. This allows agents to "see" the structure of the app, finding resource IDs and text content.take-screenshot: Capture the current device screen to a local PNG file. Essential for visual verification.inject-input: Simulate user interactions.- Tap coordinates or elements (by ID/Text).
- Input text.
- Swipe.
- Key events (Home, Back, etc.).
Consolidated Logcat Management
manage-logcat: A single, unified tool replacing multiple scattered logcat tools.- Action-based: simple
read,crash,anr, orclearactions. - Filtering: robust filtering by package name, PID, tag, and priority.
- Crash & ANR logic: dedicated modes to quickly retrieve crash stacks or ANR traces without manual piping.
- Action-based: simple
🛠 Improvements & Changes
- Tool Deprecation: The following tools have been removed in favor of
manage-logcat:read-adb-logcatget-pid-by-packagefetch-crash-stacktracecheck-anr-stateclear-logcat-buffer
- Documentation: Referenced new tools in
README.mdand updated usage examples. - Dependencies: Simplified internal dependency structure for logcat operations.
📦 How to Update
If running via npx (recommended), simply run the latest version:
npx -y android-mcp-toolkitIf installed globally:
npm install -g android-mcp-toolkit@latestfirst release
This release contain SVG to xml drawable tool