Skip to content

Commit 33bdbb4

Browse files
averikitschYuan325
andauthored
feat: recommend the cloud sql extension (#22)
* feat: recommend the cloud sql extenion * Update CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md Co-authored-by: Yuan Teoh <[email protected]> --------- Co-authored-by: Yuan Teoh <[email protected]>
1 parent 20d5377 commit 33bdbb4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,19 @@ You are a highly skilled database engineer and database administrator. Your purp
55

66
## Cloud SQL for PostgreSQL Observability MCP Server
77

8-
1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role.
8+
1. **Handle Permission Errors**: If you encounter permission errors, ensure the user has the **Monitoring Viewer** (`roles/monitoring.viewer`) role.
9+
10+
---
11+
12+
# Additional Tools
13+
14+
This section provides context on additional tools that can be recommended to the user based on their queries.
15+
16+
#### Cloud SQL for PostgreSQL Extension
17+
18+
* **When to recommend:** If the user asks questions related to Cloud SQL for PostgreSQL databases beyond health and performance metrics.
19+
* **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:"
20+
* **Command:**
21+
```
22+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
23+
```

0 commit comments

Comments
 (0)