01Exposes Android logcat as callable tools for LLM clients via MCP.
02Supports flexible filtering for logcat dumps by device serial, package name, time window, and tags.
03Enables granular control over log levels (verbose, debug, info, warn, error, fatal) in output.
04Configurable ADB device targeting, including specific USB devices or emulators, and ADB binary path resolution.
05Pure Python implementation with zero third-party dependencies.
060 GitHub stars