|
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.13.0.tar.gz" |
5 |
| - sha256 "cbf61aa00e00acc9162fe31ae3254de7a96dbe2795a027c53b12b8c1b39b9c33" |
| 4 | + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.14.0.tar.gz" |
| 5 | + sha256 "3b3fe5aef82774163e0052f7f83eb29bf32ec20c987bd5748f57651a4ca05a77" |
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_sequoia: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "c25a67c4cc93c138ecfa98a6b5b002d9140a6e41ecca6bd714c624840b8ed862" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "3b88be58ceb0a02b832284b9d153077ac5d52e644941c7ea2a5a1cf8de082e4f" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "3b88be58ceb0a02b832284b9d153077ac5d52e644941c7ea2a5a1cf8de082e4f" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "be2e27eefa6ffde6560c753c9372f02ef6c5d8dc5b78958b1c678b5425c10b71" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "aeba47ffbc2ab8f64c059260a366d5b32cf846d9094b4d77df38cbf9bff8a52a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "d08f3d952a2c191f454469200841fa5f547b979faaa51f398debc5d21cf09f26" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3910410918628dbe0d705d60efb1034034b27047c9b23be8cc31545e0b1dbb1a" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments