File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments