mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 07:58:12 -05:00
- Users have the preference to choose their clients. Below example is
using Gemini CLI.
- Users can use the pre-built Dataplex tools by creating a settings.json
file under .gemini directory. The contents of settings.json would be as
follows:-
```
{
"mcpServers": {
"dataplex": {
"command": "./toolbox",
"args": ["--prebuilt","dataplex","--stdio"],
"env": {
"DATAPLEX_PROJECT": "test-project"
}
}
}
}
```
Fixes #831
---------
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
Co-authored-by: Mateusz Nowak <matnow@google.com>
Co-authored-by: Mateusz Nowak <kontakt@mateusznowak.pl>
23 lines
187 B
Plaintext
23 lines
187 B
Plaintext
# direnv
|
|
.envrc
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
# idea
|
|
.idea/
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# hugo
|
|
.hugo/public/
|
|
.hugo/resources/_gen
|
|
.hugo_build.lock
|
|
|
|
# coverage
|
|
.coverage
|
|
|
|
# executable
|
|
genai-toolbox
|
|
toolbox |