11class GithubMcpServer < Formula
22 desc "GitHub Model Context Protocol server for AI tools"
33 homepage "https://github.com/github/github-mcp-server"
4- url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.24.1 .tar.gz"
5- sha256 "8f6c5902a6ff1f46c1eba6d9d7b405ecf436de42ae1847f7825c56db85c1098b "
4+ url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.25.0 .tar.gz"
5+ sha256 "1b41def72bdf11dcdfe2494aa301c462db2d9d1f7ebcd4b837c3f634f17d9677 "
66 license "MIT"
77 head "https://github.com/github/github-mcp-server.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class GithubMcpServer < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "9a429cf061a6ee77585696937e78c72b8b7a011b908cc82e5854483a8b0fe338 "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "9a429cf061a6ee77585696937e78c72b8b7a011b908cc82e5854483a8b0fe338 "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "9a429cf061a6ee77585696937e78c72b8b7a011b908cc82e5854483a8b0fe338 "
18- sha256 cellar : :any_skip_relocation , sonoma : "b182b1dba95b77c56465df0f0961e2b8259c14f774ab645002cbe8fd2199a467 "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "328924c314d73821fa02218eae21a8a264f9a05dea28ba4807c9452994b4bc92 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "6d569b2957ed00031405c0b8270ceb8fa3ee20bc2778bf2884bdacfac5ce4c69 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "c4e6d2d0649ce21cac0443fecd69f891b01e7aaafc8ab11fba74e5d84e0620b8 "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c4e6d2d0649ce21cac0443fecd69f891b01e7aaafc8ab11fba74e5d84e0620b8 "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c4e6d2d0649ce21cac0443fecd69f891b01e7aaafc8ab11fba74e5d84e0620b8 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "32e58b1cb76f737d9e14c5c5ba8548accd339315ed6d6df4f06ce90bc92f3a0d "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "cbec96d28f17e36c2eee435418a152ba24475645a63bfdb5d99e4d6119d3f046 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6d8c5ba7578224e0b26dcb3d0dfe3992e9a1fbc7a442bcd058b682625b02a009 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments