|
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.10.0.tar.gz" |
5 | | - sha256 "315038dabace7a414c97cfa93293e3feaf7c699f78866175b4ae2b5c191f514d" |
| 4 | + url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.11.0.tar.gz" |
| 5 | + sha256 "8754d2f5fa41ecd8ad55f803030d09c28285c9a746f92dbdbe69ede473532a6b" |
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: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "cc65acc8187353a0de8ed283aaf417a1bf7ff0a90e13257fd00dd19635c5bdfc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "2954925b08b70e01cd2e233e6b1a437a394ccfbc15606f0252c467a382cc5a0e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a58d19f36d640c90faf10820ea361b1e56c0e057f543ed6f8463055e1742e64b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "e4fea8f656bae73583d0b985eba211f7ea68a64d7ad245b2bd0972047d211918" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "2ed7cec6b768e4753f07af53bdba00df2dae7e5d5d64211a9b5548a67e204918" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "22baeb0486c68177c56b8a3f8f9d24bf1ee01d6ab49536a53826fb53d5449e37" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments