From 3a179538fa2c68206707d4ab515e161abd586f83 Mon Sep 17 00:00:00 2001 From: Leon Adomaitis Date: Fri, 6 Mar 2026 18:53:04 +0100 Subject: [PATCH 1/2] github-mcp-server 0.32.0 --- Formula/g/github-mcp-server.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 7ee532666fd1..9ca9915f1760 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -1,8 +1,8 @@ class GithubMcpServer < Formula desc "GitHub Model Context Protocol server for AI tools" homepage "https://github.com/github/github-mcp-server" - url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.31.0.tar.gz" - sha256 "5bb57ffe7f63ff34f088962ec2b5b82f70ac959bd00553d593ecc6d33587faf1" + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.32.0.tar.gz" + sha256 "220072144122d6983c2095ac7125a3b316b7ef2416f7a8657ef6ac99a8604d24" license "MIT" head "https://github.com/github/github-mcp-server.git", branch: "main" @@ -39,7 +39,7 @@ def install {"jsonrpc":"2.0","method":"notifications/initialized","params":{}} JSON - out = pipe_output("#{bin}/github-mcp-server stdio 2>&1", json, 1) + out = pipe_output("#{bin}/github-mcp-server stdio 2>&1", json) assert_includes out, "GitHub MCP Server running on stdio" end end From 81486df5d7f8a77ff9ef8fc3722b2b8f4c233a3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:11:51 +0000 Subject: [PATCH 2/2] github-mcp-server: update 0.32.0 bottle. --- Formula/g/github-mcp-server.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 9ca9915f1760..15e5a2d54a62 100644 --- a/Formula/g/github-mcp-server.rb +++ b/Formula/g/github-mcp-server.rb @@ -12,12 +12,12 @@ class GithubMcpServer < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82fcf21eb716a32dbb3dd12abec5acb7fb18b0a4b6cd9960b353efc5968cc340" - sha256 cellar: :any_skip_relocation, sonoma: "c05594f73b2f6e60bb939936263d2daa642911ec5cf4d42f75b76f403debe521" - sha256 cellar: :any_skip_relocation, arm64_linux: "50463d1b68af2fe7c1c2257c3754029903b063f29a2973d8c537edb87b5941a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "93a2fbc539cd3435c5a46cda1cc4f70f8e0d3a7728befc5388fe616d225ee799" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "55b9f08a132c733d3c6fc3ba79dd90a7a5da28a36fa86650eb381cab5829e136" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55b9f08a132c733d3c6fc3ba79dd90a7a5da28a36fa86650eb381cab5829e136" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55b9f08a132c733d3c6fc3ba79dd90a7a5da28a36fa86650eb381cab5829e136" + sha256 cellar: :any_skip_relocation, sonoma: "528a6674cb8993fdd794bd6c88c9bdde37f461d67999ab5cd895f7f77aadd23f" + sha256 cellar: :any_skip_relocation, arm64_linux: "7fb07d7aad07560d10a575981919f031e511a9d789aeaf8adc458c5f1334f47b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7d166b5ffeeac3521cf0fdde8f5b4e932e1be8c6aa4aacedbe49c81f63d454f" end depends_on "go" => :build