Skip to content

Commit 2843e74

Browse files
shrey150claude
andauthored
[STG-1726] feat: rename package to @browserbasehq/mcp (#166)
* feat: rename package from @browserbasehq/mcp-server-browserbase to @browserbasehq/mcp Shorter, cleaner package name for the Browserbase MCP server. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: change changeset to patch bump for package rename No API or functionality changes — only the package name changed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: remove unnecessary changeset for package rename Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 204132a commit 2843e74

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @browserbasehq/mcp-server-browserbase
1+
# @browserbasehq/mcp
22

33
## 3.0.0
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Go into your MCP Config JSON and add the Browserbase Server:
7272
"mcpServers": {
7373
"browserbase": {
7474
"command": "npx",
75-
"args": ["@browserbasehq/mcp-server-browserbase"],
75+
"args": ["@browserbasehq/mcp"],
7676
"env": {
7777
"BROWSERBASE_API_KEY": "",
7878
"BROWSERBASE_PROJECT_ID": "",
@@ -173,7 +173,7 @@ The Browserbase MCP server accepts the following command-line flags:
173173

174174
These flags can be passed directly to the CLI or configured in your MCP configuration file.
175175

176-
> **Note:** These flags can only be used with the self-hosted server (npx @browserbasehq/mcp-server-browserbase or Docker).
176+
> **Note:** These flags can only be used with the self-hosted server (npx @browserbasehq/mcp or Docker).
177177
178178
### Model Configuration
179179

@@ -187,7 +187,7 @@ Stagehand defaults to using Google's Gemini 2.5 Flash Lite model, but you can co
187187
"browserbase": {
188188
"command": "npx",
189189
"args": [
190-
"@browserbasehq/mcp-server-browserbase",
190+
"@browserbasehq/mcp",
191191
"--modelName",
192192
"anthropic/claude-sonnet-4.5",
193193
"--modelApiKey",

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"mcpServers": {
55
"mcp-server-browserbase": {
66
"command": "npx",
7-
"args": ["@browserbasehq/mcp-server-browserbase"]
7+
"args": ["@browserbasehq/mcp"]
88
}
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@browserbasehq/mcp-server-browserbase",
2+
"name": "@browserbasehq/mcp",
33
"version": "3.0.0",
44
"description": "MCP server for AI web browser automation using Browserbase and Stagehand",
55
"mcpName": "io.github.browserbase/mcp-server-browserbase",

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
15-
"identifier": "@browserbasehq/mcp-server-browserbase",
15+
"identifier": "@browserbasehq/mcp",
1616
"version": "2.2.0",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)