Skip to content

Commit 04a84ae

Browse files
committed
chore: release v3.0.0
1 parent 0b2c98a commit 04a84ae

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/webdriverio/mcp/compare/v2.5.3...v3.0.0) (2026-03-30)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Consolidated session management tooling into 1 single tool.
8+
* Deleted tools: `get_visible_element`, `get_accessibility_tree`, `get_cookie`, `get_tabs`, `get_app_state`, etc. The READ tooling is mainly resources going forward.
9+
10+
### Features
11+
12+
* Initial commit for v3.0.0 ([37831d1](https://github.com/webdriverio/mcp/commit/37831d180d564cb0664d39dfaced928144f5a0da))
13+
* Re-add `get_elements` tool for retrieving interactable page elements ([e0d94c7](https://github.com/webdriverio/mcp/commit/e0d94c7737ef2520660158d2287e12f6d75bea9f))
14+
15+
### Bug Fixes
16+
17+
* Address issues with session management and code generation of new session tool ([9864253](https://github.com/webdriverio/mcp/commit/98642537a76bf0d4cd503ab7226ccae41ea7438e))
18+
* Remove ResourceTemplate usage and simplify resource handlers ([59f83a5](https://github.com/webdriverio/mcp/commit/59f83a539794601af3863f3a289a0a80f8a1e2bb))
19+
* Use `z.coerce` to correctly manage booleans with OpenCode and Codex ([ff37196](https://github.com/webdriverio/mcp/commit/ff371966108fc2cff011be22fd571dc6d45be51b))
20+
21+
### Refactoring
22+
23+
* Refine session lifecycle handling and simplify logic ([4a301fe](https://github.com/webdriverio/mcp/commit/4a301feea864474b9d2be8996763f9bb1c0ee934))
24+
* Separate MCP resources from tools ([e1be10f](https://github.com/webdriverio/mcp/commit/e1be10fbd2a629b388c8e8aa3162dd1b53cb1e16))
25+
326
## [2.5.3](https://github.com/webdriverio/mcp/compare/v2.5.2...v2.5.3) (2026-03-20)
427

528
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)