From 3c785f0a84776b9491d50c51f986dbbb02394196 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:12:09 +0000 Subject: [PATCH 1/2] mcp-toolbox 0.19.1 --- Formula/m/mcp-toolbox.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mcp-toolbox.rb b/Formula/m/mcp-toolbox.rb index 1665d8cab0e5..c24bc14e0b64 100644 --- a/Formula/m/mcp-toolbox.rb +++ b/Formula/m/mcp-toolbox.rb @@ -1,8 +1,8 @@ class McpToolbox < Formula desc "MCP server for databases" homepage "https://github.com/googleapis/genai-toolbox" - url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v0.18.0.tar.gz" - sha256 "90fec5a10c797ce8a9ea04d453f6fdad0d64315ea55a34521a187d10cccdfa87" + url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v0.19.1.tar.gz" + sha256 "6241a63f36ec86f9ddb8666928ebd3067e3f81dbfaee9c61236439f5b24c2213" license "Apache-2.0" bottle do From 3b308dea556ef6df45a8b99c74c64bf43916304f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:31:41 +0000 Subject: [PATCH 2/2] mcp-toolbox: update 0.19.1 bottle. --- Formula/m/mcp-toolbox.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mcp-toolbox.rb b/Formula/m/mcp-toolbox.rb index c24bc14e0b64..9a6bc7283078 100644 --- a/Formula/m/mcp-toolbox.rb +++ b/Formula/m/mcp-toolbox.rb @@ -6,12 +6,12 @@ class McpToolbox < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "bdf2295e1780c2fb52cf589e8c969513548c5098884f95d5636888e391e77bc2" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdf2295e1780c2fb52cf589e8c969513548c5098884f95d5636888e391e77bc2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdf2295e1780c2fb52cf589e8c969513548c5098884f95d5636888e391e77bc2" - sha256 cellar: :any_skip_relocation, sonoma: "102d392d1c06e3e25a15a0480f14ea50452db218f473813ab5c4bd63595ac33f" - sha256 cellar: :any_skip_relocation, arm64_linux: "e1ec8cda606ae52304ac50e032c369c62ab777521e0e678ae88b0e375861f013" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d9adb38654660fb76923462775e21f61c27df1c92698d81aa44dbbb3a209f389" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "75d9598352e9ac4747e30d838c673d4f0ce4a8c783b835b8d22899b46c4724d0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "75d9598352e9ac4747e30d838c673d4f0ce4a8c783b835b8d22899b46c4724d0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "75d9598352e9ac4747e30d838c673d4f0ce4a8c783b835b8d22899b46c4724d0" + sha256 cellar: :any_skip_relocation, sonoma: "c5df806e06db6c26362788ea114950b1341ff0a004528cfeec1254d5e73c87d0" + sha256 cellar: :any_skip_relocation, arm64_linux: "50da0faa00fed8d8fe2db8451ef378497920c973c0ec990f55b7985fc2675e42" + sha256 cellar: :any_skip_relocation, x86_64_linux: "09a1e119c5326b165d408ef10685746991061de1aa3dfed23a0664c593a060ac" end depends_on "go" => :build