Skip to content

v0.2.5 — Protocol Fix, Edge Support, Repo Cleanup

Latest

Choose a tag to compare

@vibheksoni vibheksoni released this 10 Feb 16:31

What's New

Fixed

  • MCP JSON-RPC protocol corruption — All debug print() calls redirected from stdout to stderr, fixing tool hangs after spawn_browser and navigate (#8)
  • Python version requirement — Corrected from >=3.8 to >=3.10 (fastmcp requires it)
  • Missing dependency — Added uvicorn[standard] to pyproject.toml

Added

  • Microsoft Edge support — Automatic browser detection for Chrome, Chromium, and Edge (thanks @Hamza5)
  • Troubleshooting section — Common issues and fixes documented in README

Changed

  • README rewrite — 706 → 468 lines. Removed duplicate tool listings, stale "NEW" labels, excessive emojis, and the DevHive Studios ad
  • Hall of Fame — Replaced fabricated testimonials with real contributor table
  • Example prompts — Stripped marketing hype, kept practical prompts
  • Repo cleanup — Removed internal dev checklist from tracking, fixed SECURITY.md branch reference, updated Discord links

Upgrade

git pull origin master
pip install -r requirements.txt

Full Changelog: https://github.com/vibheksoni/stealth-browser-mcp/blob/master/CHANGELOG.md