Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ gemini
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.

### Start Gemini CLI

To start the Gemini CLI, use the following command:

```bash
gemini
```

> [!WARNING]
> **Changing Instance & Database Connections**
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.

## Usage Examples

Interact with Cloud SQL for SQL Server using natural language:
Expand Down
6 changes: 3 additions & 3 deletions gemini-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"description": "Connect to Cloud SQL for SQL Server",
"mcpServers": {
"Cloud SQL for SQL Server Admin": {
"cloud_sql_sqlserver_admin": {
"command": "${extensionPath}${/}toolbox",
"args": [
"--prebuilt",
"cloud-sql-mssql-admin",
"--stdio"
]
},
"Cloud SQL for SQL Server": {
"cloud_sql_sqlserver": {
"command": "${extensionPath}${/}toolbox",
"args": [
"--prebuilt",
Expand All @@ -29,4 +29,4 @@
}
},
"contextFileName": "CLOUD-SQL-SQLSERVER.md"
}
}