Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 08:36
· 72 commits to main since this release

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)