|  | 
| 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.8.0.tar.gz" | 
| 5 |  | -  sha256 "03d827785ee4b68dce0b97215e0f8f1a87a46df584d35109156d8058cab1526e" | 
|  | 4 | +  url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.9.0.tar.gz" | 
|  | 5 | +  sha256 "d523f41ce77a82a43608da092bedb099d1ad20bb21d6d8b6ea7711f7d688814a" | 
| 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: "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" | 
| 11 |  | -    sha256 cellar: :any_skip_relocation, arm64_sonoma:  "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" | 
| 12 |  | -    sha256 cellar: :any_skip_relocation, arm64_ventura: "c54908baf35f2adbeb31c28ee67f11a5776b77b81dcfe1dd0101d2a1794be069" | 
| 13 |  | -    sha256 cellar: :any_skip_relocation, sonoma:        "28be78c85481020e0f2b477f647ada8edc66ad2598bea97a29a878d246a35803" | 
| 14 |  | -    sha256 cellar: :any_skip_relocation, ventura:       "28be78c85481020e0f2b477f647ada8edc66ad2598bea97a29a878d246a35803" | 
| 15 |  | -    sha256 cellar: :any_skip_relocation, x86_64_linux:  "fbbba95ec5cd0c9db71f82dbb04d2e858e1d6f30a4380c59a71560c32e7437cc" | 
|  | 10 | +    sha256 cellar: :any_skip_relocation, arm64_sequoia: "b28fa587229c9bbe08198cdd56bf0574fa58745fab3023f816d78602b2ff0ce8" | 
|  | 11 | +    sha256 cellar: :any_skip_relocation, arm64_sonoma:  "b28fa587229c9bbe08198cdd56bf0574fa58745fab3023f816d78602b2ff0ce8" | 
|  | 12 | +    sha256 cellar: :any_skip_relocation, arm64_ventura: "b28fa587229c9bbe08198cdd56bf0574fa58745fab3023f816d78602b2ff0ce8" | 
|  | 13 | +    sha256 cellar: :any_skip_relocation, sonoma:        "715834e0d483637f1115b924dbad9119c90f96be71e7304358133c5ab106efe7" | 
|  | 14 | +    sha256 cellar: :any_skip_relocation, ventura:       "715834e0d483637f1115b924dbad9119c90f96be71e7304358133c5ab106efe7" | 
|  | 15 | +    sha256 cellar: :any_skip_relocation, x86_64_linux:  "e071594efd94954d45817194cc6f1e50fe1a2dc233541123c0d93fc5766f6c13" | 
| 16 | 16 |   end | 
| 17 | 17 | 
 | 
| 18 | 18 |   depends_on "go" => :build | 
|  | 
0 commit comments