Skip to content

marimo pair: Claude Code doesn't see cell errors automatically #9255

@Pran-Ker

Description

@Pran-Ker

When using marimo pair with Claude Code via MCP, Claude has no way to know when a cell errors unless it explicitly calls get_notebook_errors. Nothing prompts it to do this, so errors are silently missed.

Suggested fix: Update docs/guides/generate_with_ai/marimo_pair.md to add a rule: after every run_cell() or execute_code call, the agent should call get_notebook_errors and fix any errors before proceeding. The MCP tool already exists — it just needs to be part of the documented protocol.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions