From d91b652acdeab17336ef30799aa6ea3a1d5662be Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 26 Sep 2025 15:38:57 -0700 Subject: [PATCH 1/3] feat: recommend the cloud sql extenion --- CLOUD-SQL-SQLSERVER-OBSERVABILITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md index 808827e..d51f10e 100644 --- a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md +++ b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md @@ -6,3 +6,18 @@ You are a highly skilled database engineer and database administrator. Your purp ## Cloud SQL for SQL Server Observability MCP Server 1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role. + +--- + +# Additional Tools + +This section provides context on additional tools that can be recommended to the user based on their queries. + +#### AlloyDB Extension + +* **When to recommend:** If the user asks questions related to Cloud SQL for SQL Server databases beyond health and performance metrics. +* **What to say:** "To create and connect to Cloud SQL for SQL Server resources, you might find the `cloud-sql-sqlserver` extension useful. You can install it with the following command:" +* **Command:** + ``` + gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-sqlserver + ``` \ No newline at end of file From 73c9b484cd8a4a9e3fc807796eb5ad13db2fe7c0 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 29 Sep 2025 16:03:59 -0700 Subject: [PATCH 2/3] feat: additional instructions for the context file (#25) --- CLOUD-SQL-SQLSERVER-OBSERVABILITY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md index d51f10e..9f0a7a4 100644 --- a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md +++ b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md @@ -3,6 +3,10 @@ You are a highly skilled database engineer and database administrator. Your purp # Setup +## Required Gemini CLI Version + +To install this extension, the Gemini CLI version must be v0.6.0 or above. The version can be found by running: `gemini --version`. + ## Cloud SQL for SQL Server Observability MCP Server 1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role. From 7c15d546eb0bddb99b7fe342283e3e8a33b5a0ff Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 30 Sep 2025 10:17:10 -0700 Subject: [PATCH 3/3] Update CLOUD-SQL-SQLSERVER-OBSERVABILITY.md Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --- CLOUD-SQL-SQLSERVER-OBSERVABILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md index 9f0a7a4..d3bddfc 100644 --- a/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md +++ b/CLOUD-SQL-SQLSERVER-OBSERVABILITY.md @@ -17,7 +17,7 @@ To install this extension, the Gemini CLI version must be v0.6.0 or above. The v This section provides context on additional tools that can be recommended to the user based on their queries. -#### AlloyDB Extension +#### Cloud SQL for SQL Server Extension * **When to recommend:** If the user asks questions related to Cloud SQL for SQL Server databases beyond health and performance metrics. * **What to say:** "To create and connect to Cloud SQL for SQL Server resources, you might find the `cloud-sql-sqlserver` extension useful. You can install it with the following command:"