ipc_get_captured
Retrieve captured Tauri IPC traffic including invoke calls and events with arguments and responses. Requires ipc_monitor to be started.
Instructions
[Tauri Apps Only] Get captured Tauri IPC traffic (requires ipc_monitor started). Shows captured commands (invoke calls) and events with arguments and responses. For browser network requests, use Chrome DevTools MCP instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter events by command name | |
| appIdentifier | No | App port or bundle ID to target. Defaults to the only connected app or the default app if multiple are connected. |