Skip to content

Commit 2c0bfc7

Browse files
committed
docs: add gemini-cli version 0.1.9 requirement and increase timeout
- Add version compatibility warning for gemini-cli 0.1.9 - Update timeout from 5000ms to 300000ms (5 minutes) - Update instructions to use specific version command - Add notes explaining timeout adjustment for long-running operations This resolves timeout issues with computationally intensive MCP operations like clustering and complex analytics queries.
1 parent bf2c9bb commit 2c0bfc7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/client_guide/Google_Gemini_CLI.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
> **📍 Navigation:** [Documentation Home](../README.md) | [Server Guide](../README.md#-server-guide) | [Getting started](../server_guide/GETTING_STARTED.md) | [Architecture](../server_guide/ARCHITECTURE.md) | [Installation](../server_guide/INSTALLATION.md) | [Configuration](../server_guide/CONFIGURATION.md) | [Security](../server_guide/SECURITY.md) | [Customization](../server_guide/CUSTOMIZING.md) | [Client Guide](CLIENT_GUIDE.md)
44
5+
> **⚠️ Version Compatibility Notice:** This integration requires gemini-cli version 0.1.9. Use the following command to run the correct version:
6+
> ```bash
7+
> npx @google/[email protected]
8+
> ```
9+
510
1. Make sure you have Teradata database access. (the most convenient way: Go to https://clearscape.teradata.com create account and login, start the environment and click on Run Demo)
611
2. Go to https://github.com/Teradata/teradata-mcp-server run below lines in cmd terminal. (once build finished, you should see Teradata-mcp-server image in your docker desktop)
712
* ```export DATABASE_URI=teradata://username:password@host:1025``` (use the username, password, host from above clearscape step)
@@ -19,9 +24,11 @@
1924
"mcpServers": {
2025
"teradata-http": {
2126
"httpUrl" : "http://127.0.0.1:8001/mcp/",
22-
"timeout" : 5000
27+
"timeout" : 300000
2328
}
2429
}
2530
}
2631
```
27-
5. Open a cmd terminal, type ```gemini``` and hit enter, now you should see gemini-cli interface.
32+
* **Note:** The timeout is set to 300000ms (5 minutes) to accommodate long-running analytical operations like clustering. Adjust if needed.
33+
5. Open a cmd terminal, type ```npx @google/[email protected]``` and hit enter, now you should see gemini-cli interface.
34+
* **Note:** Using version 0.1.9 is required for compatibility with the Teradata MCP server.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit dbf7eee3fbe45f0c75d872cc8c14852d35fc897a

0 commit comments

Comments
 (0)