Skip to content

Commit b85c3dd

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 698b169 + 33bdbb4 commit b85c3dd

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

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)