Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CLOUD-SQL-POSTGRESQL-OBSERVABILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

#### 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:"
* **Command:**
```
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
```