update MCP server tool list to match current API#376
Conversation
The Tools section listed the old per-action tool names (create_browser, setup_profile, invoke_action, etc.) which no longer exist. The server has since consolidated these into manage_* tools with action parameters, and added manage_browser_pools, manage_proxies, manage_extensions, computer_action, and exec_command. Also adds the browser_pools:// resource and refreshes the Examples block to reference the current tool names.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR updates documentation in the To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Risk assessment: Very Low.
I reviewed the actual diff: this PR only updates reference/mcp-server.mdx to reflect the current MCP tool/resource names and example wording. There are no production codepaths, infrastructure, auth/permissions, schema, or shared-system changes. I also found no existing approval and no CODEOWNERS file requiring an owner review, so this is safe to approve under the Very Low risk criteria.
Sent by Cursor Automation: Assign PR reviewers


Summary
The MCP server Tools section in
reference/mcp-server.mdxlisted old per-action tool names that no longer exist on the server. Updates to reflect the actual current tool surface (verified againstkernel-mcp-server/src/app/[transport]/route.ts).What changed
create_browser,get_browser,list_browsers,delete_browser,take_screenshot,setup_profile,list_profiles,delete_profile,list_apps,invoke_action,get_deployment,list_deployments,get_invocation) with the current consolidatedmanage_*tools and standalone tools.manage_browser_pools,manage_proxies,manage_extensions,computer_action,exec_command.browser_pools://resource.Test plan
src/app/[transport]/route.tsin kernel-mcp-serverNote
Low Risk
Low risk documentation-only change that updates tool/resource names and examples; main risk is confusing users if any names/actions are still mismatched with the live MCP server.
Overview
Updates
reference/mcp-server.mdxto reflect the current Kernel MCP surface by replacing legacy per-action tool names with consolidatedmanage_*tools and a small set of standalone tools.Adds missing tool/resource documentation (notably
manage_browser_pools,manage_proxies,manage_extensions,computer_action,exec_command, andbrowser_pools://) and updates examples to use the newmanage_*+actionpattern (e.g.,manage_appsinvoke,manage_profilessetup,manage_browsersdelete).Reviewed by Cursor Bugbot for commit e1aebcb. Bugbot is set up for automated code reviews on this repo. Configure here.