Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .changeset/align-with-hosted-mcp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@browserbasehq/mcp-server-browserbase": major
---

Align tool names and schemas with the hosted Browserbase MCP server at mcp.browserbase.com.

**Breaking changes:**

- Tool `browserbase_session_create` renamed to `start`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should we keep the prefix? might get confusing but if this is exact 1-1 with hosted it makes sense

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I think making it line up 1-1 is the goal

- Tool `browserbase_session_close` renamed to `end`
- Tool `browserbase_stagehand_navigate` renamed to `navigate`
- Tool `browserbase_stagehand_act` renamed to `act`
- Tool `browserbase_stagehand_observe` renamed to `observe`
- Tool `browserbase_stagehand_extract` renamed to `extract`
- Tools `browserbase_screenshot`, `browserbase_stagehand_get_url`, and `browserbase_stagehand_agent` removed
- `act` tool no longer accepts `variables` parameter
- `start` tool no longer accepts `sessionId` parameter
- `extract` tool `instruction` is now optional (matches hosted)
- Default model changed from `gemini-2.0-flash` to `google/gemini-2.5-flash-lite`
- Removed Smithery references and dependencies
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Build project
run: pnpm build

- name: Run unit and smoke tests
run: pnpm test

- name: Run evaluation tests
env:
BROWSERBASE_API_KEY: ${{ secrets.BROWSERBASE_API_KEY }}
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ cython_debug/

.DS_Store

# Smithery
/.smithery

# MCP Registry https://github.com/modelcontextprotocol/registry
.mcpregistry_github_token
.mcpregistry_registry_token
Loading
Loading