Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
This pull request changes five Mintlify reference pages under reference/mcp-server/clients/ (Antigravity, Claude, Goose, Windsurf, and Zed). The diff is documentation only: setup copy, example mcp-remote arguments (--static-oauth-client-metadata), and example MCP_REMOTE_CONFIG_DIR cache paths.
- No application code, docs-site config, infrastructure, or authentication implementation changed.
- Blast radius is the published client setup guides.
- The diff is small (+33 / −11) and limited to those pages.
Approving because this is a documentation-only change with no production logic or shared-system impact. Code owner review is not required on main.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low
Re-checked this pull request after the latest commit (Document separate MCP OAuth callback ports). Risk is unchanged from the earlier approval.
The full diff is still five Mintlify reference pages under reference/mcp-server/clients/ (Antigravity, Claude, Goose, Windsurf, and Zed). The update only adds example OAuth callback ports (46093–46097) and matching setup copy to those pages.
- No application code, docs-site config, infrastructure, or authentication implementation changed.
- Blast radius is the published client setup guides.
- The diff is small (+40 / −11) and limited to those pages.
Existing approval stands. No code owner file applies to these paths, so code owner review is not required.
Sent by Cursor Automation: Assign PR reviewers


Summary
Validation
The CLI change should ship before these instructions are published.
Note
Low Risk
Documentation-only changes to MCP setup guides; no runtime or auth code in this diff.
Overview
Updates MCP client docs so manual
mcp-remotesetups use per-client OAuth: a dedicated callback port (46093–46097),--static-oauth-client-metadatawith the real client name (instead of MCP CLI Proxy), andMCP_REMOTE_CONFIG_DIRfor an isolated auth cache so multiple clients can authorize at once.Antigravity, Windsurf, and Zed JSON examples gain those args/env; Goose gets the same on Desktop/CLI commands and in the install deep link (renamed from one-click). Claude adds guidance for existing
kernel mcp install --target claudeusers to rerun the CLI and reauthorize.New prose explains cache migration (delete
mcp-remote-v1under default or custom cache paths) and that clearing a shared cache signs out other clients using it. The Zed sample drops the"source": "custom"field from the snippet.Reviewed by Cursor Bugbot for commit b9013a6. Bugbot is set up for automated code reviews on this repo. Configure here.