Skip to content

Commit 11cd020

Browse files
averikitschYuan325
andauthored
docs: update readme getting started instructions (#21)
* docs: update readme getting started instructions * Update README.md Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --------- Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 069e6df commit 11cd020

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,28 @@ Before you begin, ensure you have the following:
2121
* IAM Permissions
2222
* Monitoring Viewer (`roles/monitoring.viewer`)
2323

24-
## Installation
24+
## Getting Started
25+
26+
### Installation
2527

2628
To install the extension, use the command:
2729

2830
```bash
2931
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-sqlserver-observability
3032
```
3133

32-
## Configuration
34+
### Configuration
3335

3436
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
3537

38+
### Start Gemini CLI
39+
40+
To start the Gemini CLI, use the following command:
41+
42+
```bash
43+
gemini
44+
```
45+
3646
## Usage Examples
3747

3848
Interact with Cloud Monitoring metrics using natural language right from your IDE:
@@ -49,9 +59,13 @@ Interact with Cloud Monitoring metrics using natural language right from your ID
4959

5060
## Additional Extensions
5161

52-
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions).
62+
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions), including:
63+
* [Generic SQL Server extension](https://github.com/gemini-cli-extensions/sql-server)
64+
* [Cloud SQL for SQL Server extension](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver)
65+
* and more!
5366

5467
## Troubleshooting
5568

56-
* "cannot execute binary file": 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.
57-
69+
* "✖ 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.
70+
* "✖ MCP ERROR: Error: spawn /Users/<USER>/.gemini/extensions/cloud-sql-sqlserver-observability/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
71+
* "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)