Skip to content

Commit db779c1

Browse files
committed
mcp-toolbox: renamed from genai-toolbox, remove genai-toolbox
1 parent 551941d commit db779c1

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Formula/g/genai-toolbox.rb renamed to Formula/m/mcp-toolbox.rb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
class GenaiToolbox < Formula
2-
desc "MCP Toolbox for Databases, an open source MCP server for databases"
1+
class McpToolbox < Formula
2+
desc "Open source MCP server for databases"
33
homepage "https://github.com/googleapis/genai-toolbox"
44
url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v0.9.0.tar.gz"
55
sha256 "a18dd9e173ac008f725d7111b8d70b2053dfe99049795d73a74f38ac18227b21"
@@ -10,15 +10,6 @@ class GenaiToolbox < Formula
1010
strategy :github_latest
1111
end
1212

13-
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed"
17-
sha256 cellar: :any_skip_relocation, sonoma: "d3c6681281d19afedc28753085b6fa2ef3bc1802300dae995a237b7f22bf4faa"
18-
sha256 cellar: :any_skip_relocation, ventura: "d3c6681281d19afedc28753085b6fa2ef3bc1802300dae995a237b7f22bf4faa"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7d83f9bbb5d627cdca667f903b5712de59e31057b0dbd978e9327d1557dccfd"
20-
end
21-
2213
depends_on "go" => :build
2314

2415
def install

formula_renames.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"fcct": "butane",
3838
"ffmpeg28": "ffmpeg@2.8",
3939
"findbugs": "spotbugs",
40+
"genai-toolbox": "mcp-toolbox",
4041
"geode": "apache-geode",
4142
"geth": "ethereum",
4243
"gitlab-ci-multi-runner": "gitlab-runner",

0 commit comments

Comments
 (0)