Skip to content

Commit 8c7b2c5

Browse files
authored
fix: standardize mcp server names (#31)
* docs: update readme getting started instructions * feat: standardize mcp server names
1 parent 47692d2 commit 8c7b2c5

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@ gemini
7979
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
8080
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.
8181
82+
### Start Gemini CLI
83+
84+
To start the Gemini CLI, use the following command:
85+
86+
```bash
87+
gemini
88+
```
89+
90+
> [!WARNING]
91+
> **Changing Instance & Database Connections**
92+
> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
93+
> To save and resume conversation history use command: `/chat save <tag>` and `/chat resume <tag>`.
94+
8295
## Usage Examples
8396

8497
Interact with Cloud SQL for SQL Server using natural language:

gemini-extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"description": "Connect to Cloud SQL for SQL Server",
55
"mcpServers": {
6-
"Cloud SQL for SQL Server Admin": {
6+
"cloud_sql_sqlserver_admin": {
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--prebuilt",
1010
"cloud-sql-mssql-admin",
1111
"--stdio"
1212
]
1313
},
14-
"Cloud SQL for SQL Server": {
14+
"cloud_sql_sqlserver": {
1515
"command": "${extensionPath}${/}toolbox",
1616
"args": [
1717
"--prebuilt",
@@ -29,4 +29,4 @@
2929
}
3030
},
3131
"contextFileName": "CLOUD-SQL-SQLSERVER.md"
32-
}
32+
}

0 commit comments

Comments
 (0)