The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Letmediff MCP listing page.
letmediff is a review handoff tool for agent-driven coding sessions.
The CLI runs as an MCP server inside a local repository, captures the current worktree diff, and posts it to the web app. The web app renders the diff at a shareable URL and sends reviewer feedback back to the MCP client over server-sent events.
This repository is a pnpm monorepo.
packages/letmediff contains the letmediff MCP CLI.apps/letmediff.it contains the SvelteKit app that stores, renders, and streams diff feedback.^11.2.2Run the app:
Run the MCP server against the local app by setting URL:
When used by an MCP-compatible agent, the server exposes tools to create named checkpoints, create a hosted diff URL, and wait for reviewer feedback.
/diff/[id] and keeps an /events/[id] SSE connection open.