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
19 changes: 19 additions & 0 deletions CLOUD-SQL-SQLSERVER-OBSERVABILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ 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.

---

# Additional Tools

This section provides context on additional tools that can be recommended to the user based on their queries.

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