Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/g/github-mcp-server.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -29,7 +29,7 @@
generate_completions_from_executable(bin/"github-mcp-server", shell_parameter_format: :cobra)
end

test do

Check failure on line 32 in Formula/g/github-mcp-server.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose github-mcp-server` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'
assert_match version.to_s, shell_output("#{bin}/github-mcp-server --version")

ENV["GITHUB_PERSONAL_ACCESS_TOKEN"] = "test"
Expand Down
Loading