From b9487454c5d3b179433924bfd902fa01d3be4968 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:16:41 +0000 Subject: [PATCH 1/2] mcphost 0.33.3 --- Formula/m/mcphost.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mcphost.rb b/Formula/m/mcphost.rb index 61c36e42aac2..0e07888e71d3 100644 --- a/Formula/m/mcphost.rb +++ b/Formula/m/mcphost.rb @@ -1,8 +1,8 @@ class Mcphost < Formula desc "CLI host for LLMs to interact with tools via MCP" homepage "https://github.com/mark3labs/mcphost" - url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.33.2.tar.gz" - sha256 "2125149f4c52bea70e161cfa7d62a54430fa2ad07d8a67d9d3a64e6586b7624f" + url "https://github.com/mark3labs/mcphost/archive/refs/tags/v0.33.3.tar.gz" + sha256 "d1f5caa1ef780137cd3b84f29e27a39465aafe087ff054d9f50bb1b56bf40861" license "MIT" head "https://github.com/mark3labs/mcphost.git", branch: "main" From 8bcac0ec4962df61f94add0569c983f871b7ee34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:57:57 +0000 Subject: [PATCH 2/2] mcphost: update 0.33.3 bottle. --- Formula/m/mcphost.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mcphost.rb b/Formula/m/mcphost.rb index 0e07888e71d3..94f94ff20328 100644 --- a/Formula/m/mcphost.rb +++ b/Formula/m/mcphost.rb @@ -7,12 +7,12 @@ class Mcphost < Formula head "https://github.com/mark3labs/mcphost.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e8375b06d7398149ebf69bd9e098137689098b0e751426d01c06aaff8ebf91c" - sha256 cellar: :any_skip_relocation, sonoma: "c920f65313da82666181684a7ff0d97a6735f8918c2b5b8bcb0968433f83a15c" - sha256 cellar: :any_skip_relocation, arm64_linux: "6b652f039bbabc5ec0295bd88d7c21cc20ec6481196f11c226df73ecc6b87741" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf04b5421b2c3406d44700ff10536526dc339695d7318db31a1c1fbde32d6f33" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0b68735ae93e4ea65bc36702ef8a7893407b9475714f5e7cef0b0446d11b2b7" + sha256 cellar: :any_skip_relocation, sonoma: "777a809e336348e991c6f9f90f58d11f6f3bf03c96dc1c31de7e63b39d71279d" + sha256 cellar: :any_skip_relocation, arm64_linux: "5dbbe18162234570c268f9d06a2b19ab1b50c1c6a75ddcd4a73c066f03cbfd71" + sha256 cellar: :any_skip_relocation, x86_64_linux: "aebc839f5c9fc25b13e72126c08fb0c69117d59c28cb66a34ced44934172a61c" end depends_on "go" => :build