Releases: fangsylar-pixel/browser-takeover-bridge
Releases · fangsylar-pixel/browser-takeover-bridge
Release list
v0.7.0 - Add LLM-facing HTTP endpoints
Added three HTTP endpoints to the BridgeHandler, enabling LLM tools to interact with the browser via REST API:
GET /bridge/tabs— List all browser tabsPOST /bridge/navigate— Navigate to a URLPOST /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
What's Changed
- [codex] Release Browser Takeover 0.6.0 public beta by @fangsylar-pixel in #1
New Contributors
- @fangsylar-pixel made their first contribution in #1
Full Changelog: https://github.com/fangsylar-pixel/browser-takeover-bridge/commits/v0.6.0