Skip to content

Releases: webdriverio/mcp

v3.3.0

23 Apr 11:11

Choose a tag to compare

3.3.0 (2026-04-23)

Features

  • Introduce StreamableHTTP transport at /mcp endpoint (e00e34c)
  • Reintroduce tooling for a11y, app_state, contexts, cookies, tabs and screenshot querying (80e8bfa)

v3.2.5

18 Apr 07:22

Choose a tag to compare

3.2.5 (2026-04-18)

Chores

  • Patch security updates

v3.2.4

09 Apr 14:49

Choose a tag to compare

3.2.4 (2026-04-09)

Chores

  • Patch node module updates

v3.2.3

06 Apr 19:50

Choose a tag to compare

3.2.3 (2026-04-06)

  • Update undici to ^6.24.0 and add pnpm override configuration

v3.2.2

01 Apr 15:43

Choose a tag to compare

3.2.2 (2026-04-01)

Bug Fixes

  • Account for clickable attribute in tag filter validation (3918d22)

v3.2.1

01 Apr 14:34

Choose a tag to compare

3.2.1 (2026-04-01)

Bug Fixes

  • Add support for external BrowserStack Local tunnel handling and dynamic connection configurations (ef016bd)

v3.2.0

01 Apr 13:13

Choose a tag to compare

3.2.0 (2026-04-01)

Features

  • Integrate auto-start BrowserStack Local tunnel on session start & management (5827a99)

Bug Fixes

  • Handle existing BrowserStack tunnel gracefully in start method (0084513)

v3.1.1

30 Mar 11:09

Choose a tag to compare

3.1.1 (2026-03-30)

Bug Fixes

  • Add .js extensions to type imports for ESM compatibility (0dbc8b4)

v3.1.0

30 Mar 09:50

Choose a tag to compare

3.1.0 (2026-03-30)

Features

  • Add BrowserStack Local binary resource with supporting and enhance session handling (447e266)
  • Introduce BrowserStack provider and tools (2904997)

v3.0.0

30 Mar 08:36

Choose a tag to compare

3.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • Consolidated session management tooling into 1 single tool.
  • Deleted tools: get_visible_element, get_accessibility_tree, get_cookie, get_tabs, get_app_state, etc. The READ tooling is mainly resources going forward.

Features

  • Initial commit for v3.0.0 (37831d1)
  • Re-add get_elements tool for retrieving interactable page elements (e0d94c7)

Bug Fixes

  • Address issues with session management and code generation of new session tool (9864253)
  • Remove ResourceTemplate usage and simplify resource handlers (59f83a5)
  • Use z.coerce to correctly manage booleans with OpenCode and Codex (ff37196)

Refactoring

  • Refine session lifecycle handling and simplify logic (4a301fe)
  • Separate MCP resources from tools (e1be10f)