Document durable MCP tool contracts - #489
Open
IlyaasK wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk Assessment: Very Low
Verdict: Approve
Summary
Small documentation-only update to three MCP tool reference pages. No application code, infrastructure, auth, or runtime behavior changes.
Evidence
| Factor | Assessment |
|---|---|
| Codepaths modified | Docs only: manage-browser-pools.mdx, manage-profiles.mdx, manage-proxies.mdx |
| Diff size | 3 files, +40 / −17 |
| Blast radius | Documentation site content only |
| Infra / security impact | None |
| Production logic | None |
What changed
- Documents
updateand related clear/config parameters for browser pools - Documents
get/rename(and related notes) for profiles - Documents
get/rename/checkfor proxies
Decision
Fits Very Low criteria (documentation-only, small scoped diff, no shared systems or production logic). No CODEOWNERS requirement detected. No prior approval present.
Action taken: Approved.
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Why
The MCP reference lagged the merged durable API and the updated MCP tool surface. This makes the supported operations and destructive side effects explicit.
Verification
broken-linksgit diff --checkkernel/kernelmergedorigin/mainNote
Low Risk
Documentation-only changes with no runtime or API behavior impact.
Overview
Updates the MCP reference for
manage_browser_pools,manage_profiles, andmanage_proxiesso it matches the merged durable API and tool surface.Browser pools — Documents the
updateaction and treats most create fields as updatable, including clear semantics (clear_profile,clear_extensions, emptyproxy_id/start_url, emptychrome_policy). Adds extensions, viewport, kiosk_mode,discard_all_idle, and tighter notes onfill_rate_per_minute(default 25,0pauses) andtimeout_secondsbounds. Notes thatget/create/updateresponses expose authoritativeprofile_idandextension_ids.Profiles — Adds
getandrename, clarifies exact-name setup, duplicate recovery, andupdate_existingbehavior, and warns against renaming while a browser session is using the profile.Proxies — Adds
get,rename, andcheck(with optionalcheck_url).Reviewed by Cursor Bugbot for commit b180f7a. Bugbot is set up for automated code reviews on this repo. Configure here.