You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,10 @@ Interact with Cloud SQL for PostgreSQL using natural language:
84
84
***Admin:**
85
85
* `create_instance`: Use this tool to create an Postgres instance.
86
86
* `create_user`: Use this tool to create Postgres-BUILT-IN or IAM-based users.
87
+
* `create_database`: Creates a new database in a Cloud SQL instance.
87
88
* `get_instance`: Use this tool to get details about an Postgres instance.
88
-
* `get_user`: Use this tool to get details about a user.
89
89
* `list_instances`: Use this tool to list instances in a given project and location.
90
-
* `list_users`: Use this tool to list users in a given project and location.
90
+
* `list_databases`: Lists all databases for a Cloud SQL instance.
91
91
* `wait_for_operation`: Use this tool to poll the operations API until the operation is done.
92
92
93
93
***Data:**
@@ -114,4 +114,4 @@ Find additional extensions to support your entire software development lifecycle
114
114
115
115
* "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
116
116
* "✖ MCP ERROR: Error: spawn /Users/<USER>/.gemini/extensions/cloud-sql-sqlserver/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
117
-
* "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information.
117
+
* "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information.
0 commit comments