ReviseMy Try with your agent

MCP Apps

Mark and decide without leaving the chat

Hosts that support MCP Apps render the review inline after create_review / get_review. CLI and link hosts still share review_url. The checkup loop is the same — only the surface changes.

The problem

Copying a review link out of chat breaks flow. Some hosts can host an interactive UI in a sandboxed iframe; others are CLI-only. Agents need one protocol that works for both.

How ReviseMy fits

  1. 1

    create_review returns a review; MCP Apps hosts open the inline UI.

  2. 2

    You mark regions and approve or request changes in chat — or on the review_url if the host is link-only.

  3. 3

    get_review gives the agent next_action; human-only app tools never get called by agents.

Where it's available

Hosts that can open the review inline in chat via MCP Apps.

Cursor, Claude Code, and Grok still run the same loop via review_urlsetup guides for every host.

Inline vs link

Inline on MCP Apps hosts

Claude Desktop, claude.ai, Copilot, and similar hosts render screenshot + board views in a sandboxed iframe.

review_url on CLI / link hosts

Cursor, Claude Code, Grok, and others share the secret link. Same marks, same next_action — open the URL in a browser.

Human-only app tools

add_mark, decide_review, and verify_mark power the inline UI (Visibility::App). Agents never call them — they poll get_review.

Full workspace still on the web

Comment threads, guest link management, drag-and-drop columns, second-opinion triage, and title edit stay on review_url / board_url.

What stays on the full review URL

  • Inline: Claude Desktop / claude.ai / Copilot (when MCP Apps is enabled)
  • Link: Cursor, Claude Code, Grok — open review_url
  • Agents follow next_action; they do not call add_mark or decide_review
  • Use /connectors#{host} for paste-ready setup
  • Parity: MCP app chrome ships with the same review loop as the web board

FAQ

Does inline replace the review URL?

No. Inline covers the human mark / decide loop in chat. Owner tools like guest share and rich comments still live on the full review and board URLs.

Can my agent call decide_review?

No. Those tools are human-only for the MCP App. Agents use get_review and next_action.

Where do I set up each host?

Start at /connectors, or jump to a host landing under /for/chatgpt, /for/claude, /for/copilot, /for/cursor, or /for/grok.

Try with your agent