Local Review
Open the current working directory in the pair-review web UI for local code review.
Steps
- Call the
mcp__pair-review__get_server_infotool to get the server URL. - Get the absolute path of the current working directory.
- URL-encode the path.
- Open the browser:
open "{url}/local?path={encoded_path}"
If get_server_info fails or the MCP server is not connected, tell the user to start pair-review first:
npx @in-the-loop-labs/pair-review --mcp
