codeloop_interaction_replay
Analyse a recorded interaction video and verify the flow completed as expected. Returns frame-by-frame issues.
When to use codeloop_interaction_replay
Use `codeloop_interaction_replay` when your AI agent needs to analyse a recorded interaction video and verify the flow completed as expected. returns frame-by-frame issues.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| video_path | string | yes | Path to MP4. |
| expected_flow | string | no | Plain-text description of the expected outcome. |
| project_dir | string | no | Project root. |
What you get back
Per-frame state, deviation list, severity.
FAQ
What does codeloop_interaction_replay do?
Analyse a recorded interaction video and verify the flow completed as expected. Returns frame-by-frame issues.
When should an AI agent call codeloop_interaction_replay?
Use `codeloop_interaction_replay` when your AI agent needs to analyse a recorded interaction video and verify the flow completed as expected. returns frame-by-frame issues.
What does codeloop_interaction_replay return?
Per-frame state, deviation list, severity.
Is codeloop_interaction_replay part of the CodeLoop MCP server?
Yes. CodeLoop ships as an MCP server installed via `npx codeloop init`. Cursor and Claude Code call it automatically once the User Rule (Cursor) or CLAUDE.md (Claude Code) is in place.