Skip to content

Commit 204c5b8

Browse files
committed
chore: release v2.4.0
1 parent 096cc04 commit 204c5b8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/webdriverio/mcp/compare/v2.3.1...v2.4.0) (2026-03-17)
4+
5+
### Features
6+
7+
* add attach_browser tool for CDP port connection ([5ad9923](https://github.com/webdriverio/mcp/commit/5ad9923785ba1c1399a1eab730466ec758be3b0d))
8+
* add emulate_device tool with BiDi guard and restore support ([49e8b77](https://github.com/webdriverio/mcp/commit/49e8b770f1682a85968ce4f4e5a332566e8a3321))
9+
* add userDataDir param to attach_browser (default: /tmp/chrome-debug) ([7204dd0](https://github.com/webdriverio/mcp/commit/7204dd0b77798241fd19a2f4cc31a0565767b6d0))
10+
311
## [2.3.1](https://github.com/webdriverio/mcp/compare/v2.3.0...v2.3.1) (2026-03-12)
412

513
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git://github.com/webdriverio/mcp.git"
77
},
8-
"version": "2.3.1",
8+
"version": "2.4.0",
99
"description": "MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)",
1010
"main": "./lib/server.js",
1111
"module": "./lib/server.js",

0 commit comments

Comments
 (0)