diff --git a/Formula/g/github-mcp-server.rb b/Formula/g/github-mcp-server.rb index 7ee532666fd1..15e5a2d54a62 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" @@ -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 @@ -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