mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 15:45:06 -05:00
Fixes #820 - Added installation and upgrade support for toolbox via homebrew -https://github.com/Homebrew/homebrew-core/pull/231149, https://github.com/Homebrew/homebrew-core/pull/230590 - This PR updates the documentation files to include the same. Install toolbox via homebrew with: ``` brew install mcp-toolbox ``` Start the server using the command: ``` toolbox --tools-file "tools.yaml" ```