genai-toolbox 0.9.0 (new formula)#230590
Conversation
|
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
3bf68b0 to
d3f5635
Compare
8c8acae to
88dfef0
Compare
SMillerDev
left a comment
There was a problem hiding this comment.
Thanks @bpranava ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
Fixes #820 - Added installation and upgrade support for toolbox via homebrew -Homebrew/homebrew-core#231149, Homebrew/homebrew-core#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" ```
Fixes #820 - Added installation and upgrade support for toolbox via homebrew -Homebrew/homebrew-core#231149, Homebrew/homebrew-core#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" ``` 8ff60ca
…is#936) Fixes googleapis#820 - Added installation and upgrade support for toolbox via homebrew -Homebrew/homebrew-core#231149, Homebrew/homebrew-core#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" ``` 8ff60ca
Fixes googleapis#820 - Added installation and upgrade support for toolbox via homebrew -Homebrew/homebrew-core#231149, Homebrew/homebrew-core#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" ```
Fixes #820 - Added installation and upgrade support for toolbox via homebrew -Homebrew/homebrew-core#231149, Homebrew/homebrew-core#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" ```
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?