We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba256b commit 50b12b5Copy full SHA for 50b12b5
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.3.1](https://github.com/webdriverio/mcp/compare/v2.3.0...v2.3.1) (2026-03-12)
4
+
5
+### Features
6
7
+* Default browser tool to headless mode and improve script usage guidance ([4ba256b](https://github.com/webdriverio/mcp/commit/4ba256ba7c4a607fa1f3202ccae7f470d82107d1))
8
9
## [2.3.0](https://github.com/webdriverio/mcp/compare/v2.2.1...v2.3.0) (2026-02-24)
10
11
### Features
package.json
@@ -5,7 +5,7 @@
"type": "git",
"url": "git://github.com/webdriverio/mcp.git"
},
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)",
"main": "./lib/server.js",
"module": "./lib/server.js",
0 commit comments