Skip to content
Merged
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
16 changes: 8 additions & 8 deletions Formula/g/github-mcp-server.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.5.0.tar.gz"
sha256 "4c874fcedd82d5df4533ab79e1b675135dd77725500e006b1195a59c01a67d60"
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.6.0.tar.gz"
sha256 "c1a59707b47e0daa25d6ad5c26c78824be0e0558c519671f68290e54b8840ddc"
license "MIT"
head "https://github.com/github/github-mcp-server.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec3948fc913589dbc7b92add59c04a7682594307f3cbc4de0cf4afe868374f8b"
sha256 cellar: :any_skip_relocation, sonoma: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca"
sha256 cellar: :any_skip_relocation, ventura: "8607407d33e24eccfb0e466bb778f2bd796aabe2ca10b1a5a6b7ded960177bca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee67d26912654d181ee7034bb6982c44cad3548e4b954621e9f041d770f4470d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
sha256 cellar: :any_skip_relocation, arm64_ventura: "084f261bbeebefe2fa9d7e10354e2382bec0dc459f7912d2c5572cab91885468"
sha256 cellar: :any_skip_relocation, sonoma: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0"
sha256 cellar: :any_skip_relocation, ventura: "8a397a2b001069983d89aa45116a87eccb0860101a9e8c83ca7b5fc9d5ece9a0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a74e69df7b75c08e89ea67ffdf33669508789de82ecabffe2c79e707291770a"
end

depends_on "go" => :build
Expand Down
Loading