- Added comprehensive docstrings for all MCP tools
- Enhanced Pydantic Field descriptions with examples
- Added detailed parameter validation and constraints
- Improved type hints for better IDE support
- Added usage examples in parameter descriptions
Tools improved:
- adb_devices: Better device status documentation
- adb_screenshot: Clear file handling explanation
- adb_input: Detailed action type documentation with examples
- adb_launch_app: Package name examples and usage
- adb_launch_url: URL scheme support documentation
- adb_list_packages: Filtering capabilities explained
- adb_shell_command: Security warnings and examples
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- FastMCP server with STDIO interface
- Comprehensive ADB tools for device automation
- Docker support with USB device access
- Console script entry point for uvx compatibility
- Type-safe Pydantic models for all parameters
Tools included:
- adb_devices: List connected Android devices
- adb_screenshot: Capture and retrieve screenshots
- adb_input: Send taps, swipes, key events, text
- adb_launch_app: Launch apps by package name
- adb_launch_url: Open URLs in browser
- adb_list_packages: List installed packages
- adb_shell_command: Execute shell commands
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>