Skip to content

Commit e855c65

Browse files
committed
chore: release v2.3.0
1 parent 28ba1d6 commit e855c65

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.3.0](https://github.com/webdriverio/mcp/compare/v2.2.1...v2.3.0) (2026-02-24)
4+
5+
### Features
6+
7+
* allow custom appium capabilities in start_app_session ([5d8f91e](https://github.com/webdriverio/mcp/commit/5d8f91e26e7969853b056bbf0862d2a527139d91))
8+
* allow start_browser custom capabilities ([8f10b60](https://github.com/webdriverio/mcp/commit/8f10b6016ef59e6ce40286408eb996479f42bdac))
9+
* Enhance browser snapshot scripts with predefined selectors and removed noisy properties ([fd38790](https://github.com/webdriverio/mcp/commit/fd387908320f3d776c4122e69906d256c883b375))
10+
311
## [2.2.1](https://github.com/webdriverio/mcp/compare/v2.2.0...v2.2.1) (2026-02-08)
412

513
### Bug Fixes

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.2.1",
8+
"version": "2.3.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)