Skip to content

update MCP server tool list to match current API#376

Merged
masnwilliams merged 1 commit into
mainfrom
hypeship/update-mcp-server-tools
May 22, 2026
Merged

update MCP server tool list to match current API#376
masnwilliams merged 1 commit into
mainfrom
hypeship/update-mcp-server-tools

Conversation

@masnwilliams
Copy link
Copy Markdown
Contributor

@masnwilliams masnwilliams commented May 22, 2026

Summary

The MCP server Tools section in reference/mcp-server.mdx listed old per-action tool names that no longer exist on the server. Updates to reflect the actual current tool surface (verified against kernel-mcp-server/src/app/[transport]/route.ts).

What changed

  • Replaced the old tool list (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 consolidated manage_* tools and standalone tools.
  • Added the missing tools: manage_browser_pools, manage_proxies, manage_extensions, computer_action, exec_command.
  • Added the missing browser_pools:// resource.
  • Updated Examples block to use current tool names.

Test plan

  • Preview the page in Mintlify
  • Confirm tool names match src/app/[transport]/route.ts in kernel-mcp-server

Note

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.mdx to reflect the current Kernel MCP surface by replacing legacy per-action tool names with consolidated manage_* 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, and browser_pools://) and updates examples to use the new manage_* + action pattern (e.g., manage_apps invoke, manage_profiles setup, manage_browsers delete).

Reviewed by Cursor Bugbot for commit e1aebcb. Bugbot is set up for automated code reviews on this repo. Configure here.

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.
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview May 22, 2026, 5:56 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@masnwilliams masnwilliams requested a review from dcruzeneil2 May 22, 2026 18:06
@masnwilliams masnwilliams marked this pull request as ready for review May 22, 2026 18:06
@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This PR updates documentation in the reference/ directory to reflect current API tools, but does not modify the actual API endpoint code in packages/api/cmd/api/ or Temporal workflows in packages/api/lib/temporal/ that the filter targets.

To monitor this PR anyway, reply with @firetiger monitor this.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Copy link
Copy Markdown

@dcruzeneil2 dcruzeneil2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@masnwilliams masnwilliams merged commit 2c50e6d into main May 22, 2026
4 checks passed
@masnwilliams masnwilliams deleted the hypeship/update-mcp-server-tools branch May 22, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants