Skip to content

Commit 6eb7bb1

Browse files
authored
fix toolset
1 parent 9961fff commit 6eb7bb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Interact with Cloud SQL for PostgreSQL using natural language:
8484
* **Admin:**
8585
* `create_instance`: Use this tool to create an Postgres instance.
8686
* `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.
8788
* `get_instance`: Use this tool to get details about an Postgres instance.
88-
* `get_user`: Use this tool to get details about a user.
8989
* `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.
9191
* `wait_for_operation`: Use this tool to poll the operations API until the operation is done.
9292

9393
* **Data:**
@@ -114,4 +114,4 @@ Find additional extensions to support your entire software development lifecycle
114114

115115
* "✖ 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.
116116
* "✖ 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

Comments
 (0)