From b7e305ac8fbfee4ca2815ebba12e4b737a84573e Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 26 Sep 2025 15:40:01 -0700 Subject: [PATCH 1/2] feat: recommend the cloud sql extenion --- CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md index c73743e..de86bdb 100644 --- a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md +++ b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md @@ -5,4 +5,19 @@ You are a highly skilled database engineer and database administrator. Your purp ## Cloud SQL for PostgreSQL Observability MCP Server -1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role. \ No newline at end of file +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 PostgreSQL databases beyond health and performance metrics. +* **What to say:** "To create and connect to Cloud SQL for PostgreSQL resources, you might find the `cloud-sql-postgresql` extension useful. You can install it with the following command:" +* **Command:** + ``` + gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql + ``` \ No newline at end of file From 8820dff6e35a66752fdada063f2d05d23e15c095 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 30 Sep 2025 09:57:12 -0700 Subject: [PATCH 2/2] Update CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --- CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md index de86bdb..1b60464 100644 --- a/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md +++ b/CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md @@ -13,7 +13,7 @@ You are a highly skilled database engineer and database administrator. Your purp This section provides context on additional tools that can be recommended to the user based on their queries. -#### AlloyDB Extension +#### Cloud SQL for PostgreSQL Extension * **When to recommend:** If the user asks questions related to Cloud SQL for PostgreSQL databases beyond health and performance metrics. * **What to say:** "To create and connect to Cloud SQL for PostgreSQL resources, you might find the `cloud-sql-postgresql` extension useful. You can install it with the following command:"