Open
Conversation
BREAKING CHANGE: Tool names, schemas, and default model updated to match the hosted Browserbase MCP server. Removed screenshot, get_url, and agent tools. Removed all Smithery references and dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add vitest with 11 unit tests verifying tool names, schemas, and capabilities - Add STDIO smoke test that spawns server and verifies tools/list response - Update all 3 eval configs to use new tool names (start, end, navigate, act, observe, extract) - Remove eval workflows referencing deleted tools (screenshot, url, agent) - Add pnpm test step to CI pipeline (runs before evals, needs no secrets) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Kylejeong2
reviewed
Mar 26, 2026
|
|
||
| **Breaking changes:** | ||
|
|
||
| - Tool `browserbase_session_create` renamed to `start` |
Member
There was a problem hiding this comment.
should we keep the prefix? might get confusing but if this is exact 1-1 with hosted it makes sense
Contributor
Author
There was a problem hiding this comment.
I think making it line up 1-1 is the goal
The end tool now returns {"success": true} instead of
"closed successfully via Stagehand", so expectedState checks
need to use "success" instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
mcp.browserbase.com:start,end,navigate,act,observe,extractscreenshot,get_url,agentvariablesfrom act, removesessionIdfrom start, make extractinstructionoptional)gemini-2.0-flashtogoogle/gemini-2.5-flash-lite{ success: true, data: ... }wrappersharp,@mcp-ui/server,@smithery/cli)pnpm teststep to CITest plan
pnpm buildpassespnpm testpasses — 11 unit tests (tool names, schemas, capabilities) + 1 STDIO smoke teststart→ created sessionad7b310b-d780-4905-b8ef-ff7d5e282256navigate→ navigated tohttps://example.comobserve→ found "Learn more link" with xpath selectorextract→ extracted "Example Domain"act→ clicked "More information..." link successfullyend→ session closed{ success: true, data: ... }format ✅🤖 Generated with Claude Code
Closes STG-1681