Skip to content

Commit b030f66

Browse files
averikitschYuan325
andauthored
feat: recommend the cloud sql extension (#22)
* feat: recommend the cloud sql extenion * Update CLOUD-SQL-MYSQL-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 8e8effd commit b030f66

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CLOUD-SQL-MYSQL-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 MySQL 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+
#### Cloud SQL for MySQL Extension
17+
18+
* **When to recommend:** If the user asks questions related to Cloud SQL for MySQL databases beyond health and performance metrics.
19+
* **What to say:** "To create and connect to Cloud SQL for MySQL resources, you might find the `cloud-sql-mysql` 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-mysql
23+
```

0 commit comments

Comments
 (0)