mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-12 01:56:19 -04:00
Both MCP tools.zig and agent ToolExecutor.zig duplicated the same 20 tool handlers. This extracts the shared logic into src/browser/tools.zig so new tools only need to be added once. Reduces total code by ~620 lines while keeping all 465 tests passing.