fix README examples to use current tool names#102
Merged
Conversation
The Examples section referenced old tool names (invoke_action, setup_profile, delete_browser, create_browser_tunnel) that have been consolidated into manage_* tools with action parameters.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR only updates README documentation with example corrections; no changes to API endpoints or Temporal workflows are modified. To monitor this PR anyway, reply with |
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
The Tools/Resources/Prompts sections of the README are accurate, but the Examples block still references old tool names that no longer exist (
invoke_action,setup_profile,delete_browser,create_browser_tunnel). Updated to currentmanage_*tools with action parameters.What changed
invoke_action→manage_appswithaction: "invoke"setup_profile→manage_profileswithaction: "setup"delete_browser→manage_browserswithaction: "delete"create_browser_tunnel(never existed in current code) →manage_browserswithremote_forwardparamTest plan
Note
Low Risk
Documentation-only updates that rename tools used in README examples; no runtime code changes or behavioral impact.
Overview
Updates the README Examples to match the current MCP tool surface by replacing deprecated tool names with the unified
manage_*tools and explicitactionparameters.Also revises the local-dev-to-cloud-browser example to use
manage_browserscreation withremote_forward(SSH port forwarding) instead of the older tunnel wording.Reviewed by Cursor Bugbot for commit dd7f29e. Bugbot is set up for automated code reviews on this repo. Configure here.