Feature Map

Core Features

FeatureWhy It Is UsefulLearn More
App error retrieval (get_app_errors)Gives condensed runtime errors for faster fixesBuilt-in tools
Screenshots (get_screenshots)Lets AI see current UI stateBuilt-in tools
View details (get_view_details)Exposes view metadata and widget-tree inspection payloadsBuilt-in tools
Target discovery (discover_debug_apps)Returns canonical websocket target URIs for reliable multi-app selectionBuilt-in tools
Unified evidence (capture_ui_snapshot)Captures screenshot/layout/error data in a single debugging bundleBuilt-in tools
Coordinate inspection (inspect_widget_at_point)Maps visual coordinates back to widget/render nodes and source hintsBuilt-in tools
Hot reload / hot restartFast iteration from assistant commandsBuilt-in tools
Dynamic tool registryRegister project-specific tools at runtimeDynamic tool registry
Connection targetingReliable tool execution with multiple debug targetsMCP configuration
CLI + MCP dual interfaceUse terminal automation and assistant workflows with shared core behaviorCLI vs MCP
CLI command recipesCopy-paste patterns for local and CI automationCLI quick recipes

Installation Paths