Skip to content

Releases: fangsylar-pixel/browser-takeover-bridge

v0.7.0 - Add LLM-facing HTTP endpoints

Choose a tag to compare

@fangsylar-pixel fangsylar-pixel released this 24 Jun 03:32

Added three HTTP endpoints to the BridgeHandler, enabling LLM tools to interact with the browser via REST API:

  • GET /bridge/tabs — List all browser tabs
  • POST /bridge/navigate — Navigate to a URL
  • POST /bridge/evaluate — Execute JavaScript in the page

Used by browser-search-mcp to perform web searches through the browser-takeover extension. Pure HTTP communication — no subprocess MCP client needed.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:46
d6c3a44

What's Changed

New Contributors

Full Changelog: https://github.com/fangsylar-pixel/browser-takeover-bridge/commits/v0.6.0