From c7706022996bb246bf630c7002f23f20eac93be2 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 5 Jun 2026 14:14:18 -0500 Subject: [PATCH] Add cloud-sql-mysql plugin (#2323) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b9281526..c5caf9ac 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -645,6 +645,20 @@ }, "homepage": "https://clickhouse.com" }, + { + "name": "cloud-sql-mysql", + "description": "Connect and interact with a Cloud SQL for MySQL database and data.", + "author": { + "name": "Google LLC" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/gemini-cli-extensions/cloud-sql-mysql.git", + "sha": "983c804fe7dc58b3e58021960e7e1831a10e08b9" + }, + "homepage": "https://github.com/gemini-cli-extensions/cloud-sql-mysql" + }, { "name": "cloud-sql-postgresql", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",