From 595d5c61a8c621a036b6b918f92cfba9f18cd7d4 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 16 Jun 2026 22:01:51 +0530 Subject: [PATCH] docs: use claude official marketplace for installation Replace the manual '/plugin marketplace add' + install steps with a single '/plugin install cloud-sql-sqlserver@claude-plugins-official' step, matching the approach used in cloud-sql-postgresql. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eab9b9d..f3aa93d 100644 --- a/README.md +++ b/README.md @@ -164,16 +164,10 @@ In your terminal, set your environment vars as described in the [configuration s claude ``` -**3. Add the marketplace:** +**3. Install the plugin:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-sqlserver.git#0.2.0 -``` - -**4. Install the plugin:** - -```bash -/plugin install cloud-sql-sqlserver@cloud-sql-sqlserver-marketplace +/plugin install cloud-sql-sqlserver@claude-plugins-official ``` _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_