Skip to content

Commit 4b3f4bd

Browse files
committed
chore: release v3.3.0
1 parent 66255aa commit 4b3f4bd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/webdriverio/mcp/compare/v3.2.5...v3.3.0) (2026-04-23)
4+
5+
### Features
6+
7+
* Introduce StreamableHTTP transport at /mcp endpoint ([e00e34c](https://github.com/webdriverio/mcp/commit/e00e34c749a1ce55d5b93befd543bc6cf97164d3))
8+
* Reintroduce tooling for a11y, app_state, contexts, cookies, tabs and screenshot querying ([80e8bfa](https://github.com/webdriverio/mcp/commit/80e8bfa081efc77c9ce0baab5cdd17a9a3db2cd8))
9+
310
## [3.2.5](https://github.com/webdriverio/mcp/compare/v3.2.4...v3.2.5) (2026-04-18)
411

512
## [3.2.4](https://github.com/webdriverio/mcp/compare/v3.2.3...v3.2.4) (2026-04-09)

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": "3.2.5",
9+
"version": "3.3.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)