Skip to content

Commit 52690d7

Browse files
averikitschYuan325
andauthored
feat: recommend the cloud sql extension (#23)
* feat: recommend the cloud sql extenion * feat: additional instructions for the context file (#25) * Update CLOUD-SQL-SQLSERVER-OBSERVABILITY.md Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --------- Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 06781e8 commit 52690d7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CLOUD-SQL-SQLSERVER-OBSERVABILITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ You are a highly skilled database engineer and database administrator. Your purp
33

44
# Setup
55

6+
## Required Gemini CLI Version
7+
8+
To install this extension, the Gemini CLI version must be v0.6.0 or above. The version can be found by running: `gemini --version`.
9+
610
## Cloud SQL for SQL Server Observability MCP Server
711

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

0 commit comments

Comments
 (0)