Skip to content

Commit 7be7797

Browse files
committed
chore: release v2.0.0
1 parent 34d71ce commit 7be7797

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/webdriverio/mcp/compare/v1.6.1...v2.0.0) (2026-01-23)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Removed deprecated tools (`find_element`, `getElementText`, `longPress`, `isDisplayed`, `clickViaText`, etc.) and unused utilities (`mobile-selectors`, `get_orientation`, `lock_device`, etc.).
8+
9+
### Features
10+
11+
* Add `execute_script` tool for running browser JavaScript and Appium mobile commands ([ade4484](https://github.com/webdriverio/mcp/commit/ade448441f67fdbaba3152f35508669503c6e42c))
12+
* Add `navigationUrl` support to `startBrowserTool` and default dimensions ([bae7ca7](https://github.com/webdriverio/mcp/commit/bae7ca7362cbf5e1432a009496aa02aa389a807e))
13+
* Add `newCommandTimeout` support to session configuration ([ce09399](https://github.com/webdriverio/mcp/commit/ce093996b47d581ebeda47f888693ee7607f1812))
14+
* Simplify tools and consolidate functionality ([ae66bc4](https://github.com/webdriverio/mcp/commit/ae66bc48534f8a8b497554084431508d1d2b396f))
15+
16+
### Refactoring
17+
18+
* Rename scripts for clarity and update imports ([adaa015](https://github.com/webdriverio/mcp/commit/adaa015c8f174fbdb4c1cb918cc171dfd86295e9))
19+
* Simplify `cookies.tool` handling and update object structures ([80291ec](https://github.com/webdriverio/mcp/commit/80291ecddf7327fa561afa9d840a08bd6341677f))
20+
321
## [1.6.1](https://github.com/webdriverio/mcp/compare/v1.6.0...v1.6.1) (2026-01-22)
422

523
### Performance

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