ipc_get_captured
Retrieve captured Tauri IPC traffic from a running ipc_monitor. Shows invoke calls and events with arguments and responses, filterable by command name.
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. |