Expand description
Shared WebSocket client for connecting to tauri-plugin-connector.
Both the MCP server and CLI use this crate to communicate with the running Tauri app’s connector plugin over WebSocket.
Modules§
- batch
- Generic batch-action executor.
- discovery
- Discovery helpers for locating running tauri-connector instances.
- identity
- Endpoint identity verification; local files are discovery hints, never authority.
- inspection
- Shared inspection protocol contracts. This module holds no application state.
- outcome
- Execution facts, verification, and effects are independent from business JSON.
- workflow
- Strict, GUI-independent workflow v1 protocol and expression evaluator.
Structs§
- Connector
Client - WebSocket client that communicates with tauri-plugin-connector.