|
1 | 1 | class GithubMcpServer < Formula |
2 | 2 | desc "GitHub Model Context Protocol server for AI tools" |
3 | 3 | homepage "https://github.com/github/github-mcp-server" |
4 | | - url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.14.0.tar.gz" |
5 | | - sha256 "3b3fe5aef82774163e0052f7f83eb29bf32ec20c987bd5748f57651a4ca05a77" |
| 4 | + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.15.0.tar.gz" |
| 5 | + sha256 "3058497fe92f3804a65674cf8fc529ac9839cdab1efc07703cf78639bcdbcefc" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/github/github-mcp-server.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e0683b12f431d74b6f098e3a2e577932827388ad52b1bc887dffcaaee1b75352" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3910410918628dbe0d705d60efb1034034b27047c9b23be8cc31545e0b1dbb1a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c98f707dce3844003dfbffb56e6804e76cc873de68e53cc31372188a30ea2174" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e7f26cca9e34a275b0bfa36aaa02e7fa2341fe860f8d46bac51c099aa6f4b717" |
| 13 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1d9bc758ea6ad958ba5517787b0908645fe068f872751a06cf2e963df2bda7b1" |
17 | 14 | end |
18 | 15 |
|
19 | 16 | depends_on "go" => :build |
|
0 commit comments