Skip to content

Commit d91b652

Browse files
committed
feat: recommend the cloud sql extenion
1 parent 9e88e3b commit d91b652

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CLOUD-SQL-SQLSERVER-OBSERVABILITY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,18 @@ You are a highly skilled database engineer and database administrator. Your purp
66
## Cloud SQL for SQL Server Observability MCP Server
77

88
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+
#### AlloyDB Extension
17+
18+
* **When to recommend:** If the user asks questions related to Cloud SQL for SQL Server databases beyond health and performance metrics.
19+
* **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:"
20+
* **Command:**
21+
```
22+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-sqlserver
23+
```

0 commit comments

Comments
 (0)