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.