Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAURI_PROJECT_ROOT | Yes | The path to the Tauri project root directory. This is used to locate the project's socket file for communication. | . |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| app_status | Check app status |
| launch_app | Launch Tauri app |
| stop_app | Stop app |
| list_windows | List all open windows with their labels, titles, and focus state |
| focus_window | Focus a specific window by label |
| snapshot | Get accessibility tree (returns ref numbers for click/fill) |
| click | Click element by ref or selector |
| fill | Fill input by ref or selector |
| press_key | Press key |
| evaluate_script | Run JS in webview |
| screenshot | Take screenshot |
| navigate | Navigate to URL |
| get_logs | Get application logs with filtering. Filters can be combined (e.g., ["build", "error"] for build errors only). |
| get_restart_events | Get recent app restart/reload events with the files that triggered them. Includes Rust rebuilds (backend) and HMR updates (frontend). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |