You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs]: update docs to use the new version of the MCP package name (#921)
# why
update to use the new package name to show up better with GEO.
# what changed
changed @browserbasehq/mcp -> @browserbasehq/mcp-server-browserbase
# test plan
Copy file name to clipboardExpand all lines: docs/integrations/mcp/configuration.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "Configure your browser automation with command-line flags, environ
9
9
The Browserbase MCP server supports extensive configuration options through command-line flags and environment variables. Configure browser behavior, proxy settings, stealth modes, model selection, and more to customize your browser automation workflows.
10
10
11
11
<Note>
12
-
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp` with flags or local development setup).
12
+
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp-server-browserbase` with flags or local development setup).
13
13
</Note>
14
14
15
15
## Environment Variables
@@ -75,7 +75,7 @@ When using our remote hosted server, we provide the LLM costs for Gemini, the [b
0 commit comments