replay_session
Replay recorded MCP message logs from a JSONL file, with optional filtering by method and custom start index, to reproduce and analyze past sessions.
Instructions
Replay a log file of MCP messages, optionally filtered by tool name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the JSONL log file to replay. | |
| filter_tool | No | Only replay messages whose method contains this string. | |
| start_index | No | Zero-based index to start replaying from. Default 0. |