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
38
40
*`DATAPLEX_PROJECT`: The GCP project ID.
39
41
40
42
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
41
43
44
+
### Start Gemini CLI
45
+
46
+
To start the Gemini CLI, use the following command:
47
+
48
+
```bash
49
+
gemini
50
+
```
51
+
42
52
## Usage Examples
43
53
44
54
Interact with Dataplex using natural language right from your IDE:
@@ -63,4 +73,6 @@ Find additional extensions to support your entire software development lifecycle
63
73
64
74
## Troubleshooting
65
75
66
-
* "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.
76
+
* "✖ 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.
77
+
* "✖ MCP ERROR: Error: spawn /Users/<USER>/.gemini/extensions/dataplex/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
78
+
* "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