You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the following environment variables before starting the Gemini CLI:
37
39
@@ -41,25 +43,37 @@ Set the following environment variables before starting the Gemini CLI:
41
43
42
44
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
43
45
44
-
## **Usage Examples**
46
+
### Start Gemini CLI
47
+
48
+
To start the Gemini CLI, use the following command:
49
+
50
+
```bash
51
+
gemini
52
+
```
53
+
54
+
## Usage Examples
45
55
46
56
Interact with BigQuery using natural language right from your IDE:
47
57
48
-
***Ask for insights**
58
+
* Ask for insights
49
59
50
60
* Using the tables under bigquery-public-data.google\_analytics\_sample , tell me the channels I should focus on and why?
51
61
52
-
## **Supported Tools**
62
+
## Supported Tools
53
63
54
64
This extension provides a comprehensive set of tools:
55
65
56
-
*`ask_data_insights`: Executes a SQL query.
66
+
*`ask_data_insights`: Perform data analysis, get insights, or answer complex questions about the contents of specific BigQuery tables.
57
67
*`search_catalog`: Find BigQuery tables relevant to users, natural language query.
58
68
59
69
## Additional Extensions
60
70
61
-
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions).
71
+
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions), including:
72
+
*[BigQuery Data Analytics](https://github.com/gemini-cli-extensions/bigquery-data-analytics)
73
+
* and more!
62
74
63
75
## Troubleshooting
64
76
65
-
* "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.
77
+
* "✖ 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.
78
+
* "✖ MCP ERROR: Error: spawn /Users/<USER>/.gemini/extensions/bigquery-conversational-analytics/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
79
+
* "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