Skip to content

v0.7.0 - Add LLM-facing HTTP endpoints

Latest

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.