Skip to content

Commit 3829c5d

Browse files
authored
docs: Update README.md (#5)
1 parent 448f28e commit 3829c5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Set the following environment variables before starting the Gemini CLI:
3636
* `CLOUD_SQL_MSSQL_IP_ADDRESS`: The IP address of the Cloud SQL instance.
3737
* `CLOUD_SQL_MSSQL_USER`: The database username.
3838
* `CLOUD_SQL_MSSQL_PASSWORD`: The password for the database user.
39+
* `CLOUD_SQL_MSSQL_IP_TYPE`: (Optional) The IP type i.e. “Public” or “Private” (Default: Public).
3940

4041
> [!NOTE]
4142
> When using private IPs with Cloud SQL for SQL Server, you must use a Virtual Private Cloud (VPC) network.
@@ -53,8 +54,8 @@ Interact with Cloud SQL for SQL Server using natural language:
5354

5455
## Supported Tools
5556

56-
* `list-tables`: Use this tool to list tables and descriptions.
57-
* `execute-sql`: Use this tool to execute any SQL statement.
57+
* `list_tables`: Use this tool to list tables and descriptions.
58+
* `execute_sql`: Use this tool to execute any SQL statement.
5859

5960
## Additional Extensions
6061

0 commit comments

Comments
 (0)