A Tauri plugin that enables AI agents to interact with Tauri applications through screenshots, DOM inspection, and input simulation via the Model Context Protocol. It allows agents to perform actions like clicking, typing, and executing JavaScript within the application's webview context.
Enables AI assistants to build, test, and debug Tauri v2 applications with UI automation, IPC monitoring, mobile device management, and real-time access to screenshots, DOM state, and console logs.
Start or stop monitoring Tauri IPC invoke() calls and responses between frontend and Rust backend. Requires active driver session and an app identifier.
Launch Tauri desktop applications for automated testing and interaction by specifying the application binary path and optional arguments or environment variables.
Execute Tauri IPC commands to automate desktop application testing and interactions through natural language, enabling AI-driven control of app functions without manual scripting.
Retrieve computed CSS styles from elements in a Tauri app using CSS selectors, XPath, or text content matching. Target specific app instances and windows for style inspection.
Get step-by-step instructions to set up or update the MCP Bridge plugin in your Tauri project. Resolves connection failures and plugin issues by guiding you through configuration.
After Alt+Shift+Click on an element in a Tauri app, retrieve its metadata including tag, id, classes, attributes, text, bounding rect, CSS selector, computed styles, parent chain, and annotated screenshot.
Retrieve captured Tauri IPC traffic from a running ipc_monitor. Shows invoke calls and events with arguments and responses, filterable by command name.