Skip to content

Commit 156d1ae

Browse files
committed
chore: release v2.5.0
1 parent 222e9c3 commit 156d1ae

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/webdriverio/mcp/compare/v2.4.1...v2.5.0) (2026-03-18)
4+
5+
### Bug Fixes
6+
7+
* Use correct abstraction for attach_browser, start_app_session, start_browser tools ([9cebdbd](https://github.com/webdriverio/mcp/commit/9cebdbd81237c89cc1dd03f88f05dc0b07df460b))
8+
9+
### Refactoring
10+
11+
* Mark tool errors with `isError` flag for consistent error detection and handling throughout the codebase ([186a03a](https://github.com/webdriverio/mcp/commit/186a03a21ce539101f228e0de1e3456854bbcd14))
12+
* Separate session steps (in JSON) and code generation (in JS) in Resources ([ad7ff03](https://github.com/webdriverio/mcp/commit/ad7ff0318ada815720d07e424b1409033007fee3))
13+
314
## [2.4.1](https://github.com/webdriverio/mcp/compare/v2.4.0...v2.4.1) (2026-03-17)
415

516
### 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.4.1",
8+
"version": "2.5.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)