Earn 14 free days when your bug report or suggestion is accepted — how it works
Interaction & recording

codeloop_stop_recording

Stop a background recording started by codeloop_start_recording.

When to use codeloop_stop_recording

Use `codeloop_stop_recording` when your AI agent needs to stop a background recording started by codeloop_start_recording.

Parameters

NameTypeRequiredDescription
recording_idstringyesID returned by start_recording.
project_dirstringnoProject root.

What you get back

Path to finalised MP4.

FAQ

What does codeloop_stop_recording do?

Stop a background recording started by codeloop_start_recording.

When should an AI agent call codeloop_stop_recording?

Use `codeloop_stop_recording` when your AI agent needs to stop a background recording started by codeloop_start_recording.

What does codeloop_stop_recording return?

Path to finalised MP4.

Is codeloop_stop_recording 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.

Related