diff --git a/Formula/g/genai-toolbox.rb b/Formula/m/mcp-toolbox.rb similarity index 53% rename from Formula/g/genai-toolbox.rb rename to Formula/m/mcp-toolbox.rb index f09acd8225be..9d5516e46c98 100644 --- a/Formula/g/genai-toolbox.rb +++ b/Formula/m/mcp-toolbox.rb @@ -1,5 +1,5 @@ -class GenaiToolbox < Formula - desc "MCP Toolbox for Databases, an open source MCP server for databases" +class McpToolbox < Formula + desc "Open source MCP server for databases" homepage "https://github.com/googleapis/genai-toolbox" url "https://github.com/googleapis/genai-toolbox/archive/refs/tags/v0.9.0.tar.gz" sha256 "a18dd9e173ac008f725d7111b8d70b2053dfe99049795d73a74f38ac18227b21" @@ -10,15 +10,6 @@ class GenaiToolbox < Formula strategy :github_latest end - bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19f6dc79592239860bf263acf6415305d3b1bc4084dc823a543a353888e735ed" - sha256 cellar: :any_skip_relocation, sonoma: "d3c6681281d19afedc28753085b6fa2ef3bc1802300dae995a237b7f22bf4faa" - sha256 cellar: :any_skip_relocation, ventura: "d3c6681281d19afedc28753085b6fa2ef3bc1802300dae995a237b7f22bf4faa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d7d83f9bbb5d627cdca667f903b5712de59e31057b0dbd978e9327d1557dccfd" - end - depends_on "go" => :build def install diff --git a/formula_renames.json b/formula_renames.json index 435bacdc8fbd..12e0bf41632c 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -37,6 +37,7 @@ "fcct": "butane", "ffmpeg28": "ffmpeg@2.8", "findbugs": "spotbugs", + "genai-toolbox": "mcp-toolbox", "geode": "apache-geode", "geth": "ethereum", "gitlab-ci-multi-runner": "gitlab-runner",