We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf14f12 commit e352a22Copy full SHA for e352a22
Formula/g/github-mcp-server.rb
@@ -1,8 +1,9 @@
1
class GithubMcpServer < Formula
2
desc "GitHub Model Context Protocol server for AI tools"
3
homepage "https://github.com/github/github-mcp-server"
4
- url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.1.1.tar.gz"
5
- sha256 "626d0112467b1bfd76335f12f65a5b065ac09e441d7de48106667956f5a62f70"
+ url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.1.1-release-validation.tar.gz"
+ version "0.1.1-release-validation"
6
+ sha256 "b79f546fd467ab98f327f95f25003b6fe43570314c3baa1bbe303f22188e8f9b"
7
license "MIT"
8
head "https://github.com/github/github-mcp-server.git", branch: "main"
9
0 commit comments