Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @browserbasehq/mcp-server-browserbase

## 2.3.0

### Minor Changes

- upgrade to stagehand v3

## 2.2.0

### Minor Changes
Expand Down
6 changes: 0 additions & 6 deletions config.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { Cookie } from "playwright-core";
import type { AvailableModelSchema } from "@browserbasehq/stagehand";

export type Config = {
Expand Down Expand Up @@ -59,11 +58,6 @@ export type Config = {
*/
browserHeight?: number;
};
/**
* Cookies to inject into the Browserbase context
* Format: Array of cookie objects with name, value, domain, and optional path, expires, httpOnly, secure, sameSite
*/
cookies?: Cookie[];
/**
* Server configuration for MCP transport layer
*
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/mcp-server-browserbase",
"version": "2.2.0",
"version": "2.3.0",
"description": "MCP server for AI web browser automation using Browserbase and Stagehand",
"mcpName": "io.github.browserbase/mcp-server-browserbase",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,12 +46,11 @@
},
"dependencies": {
"@browserbasehq/sdk": "^2.6.0",
"@browserbasehq/stagehand": "^2.5.2",
"@browserbasehq/stagehand": "^3.0.1",
"@mcp-ui/server": "^5.10.0",
"@modelcontextprotocol/sdk": "^1.13.1",
"commander": "^14.0.0",
"dotenv": "^16.4.6",
"mcpvals": "^0.0.3",
"zod": "^3.25.67"
},
"devDependencies": {
Expand All @@ -64,7 +63,7 @@
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"playwright-core": "^1.53.2",
"mcpvals": "^0.4.0",
"prettier": "^3.6.1",
"shx": "^0.3.4",
"tsx": "^4.20.3",
Expand Down
Loading