Skip to content

Commit 625c84b

Browse files
BrewTestBotdaeho-ro
authored andcommitted
github-mcp-server 0.10.0
1 parent 572987c commit 625c84b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/github-mcp-server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class GithubMcpServer < Formula
22
desc "GitHub Model Context Protocol server for AI tools"
33
homepage "https://github.com/github/github-mcp-server"
4-
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.9.1.tar.gz"
5-
sha256 "a5e2f13cbf2223c6c2e0bce6d842f9f05aa1f8c291c0518fca8066d10a5c25a6"
4+
url "https://github.com/github/github-mcp-server/archive/refs/tags/v0.10.0.tar.gz"
5+
sha256 "315038dabace7a414c97cfa93293e3feaf7c699f78866175b4ae2b5c191f514d"
66
license "MIT"
77
head "https://github.com/github/github-mcp-server.git", branch: "main"
88

@@ -40,6 +40,6 @@ def install
4040
}
4141
JSON
4242

43-
assert_match "GitHub MCP Server running on stdio", pipe_output(bin/"github-mcp-server stdio 2>&1", json, 0)
43+
assert_match "GitHub MCP Server running on stdio", pipe_output("#{bin}/github-mcp-server stdio 2>&1", json, 0)
4444
end
4545
end

0 commit comments

Comments
 (0)