File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "command" : " npx" ,
55 "args" : [
66 " -y" ,
7- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
8- " --mode=notebook"
7+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
98 ],
10- "env" : {},
9+ "env" : {
10+ "MCP_MODE" : " notebook"
11+ },
1112 "env_vars" : [
1213 " DATA_CLOUD_CURR_IDE_NAME"
1314 ]
1617 "command" : " npx" ,
1718 "args" : [
1819 " -y" ,
19- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
20- " --mode=visualization"
20+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
2121 ],
22- "env" : {},
22+ "env" : {
23+ "MCP_MODE" : " visualization"
24+ },
2325 "env_vars" : [
2426 " DATA_CLOUD_CURR_IDE_NAME"
2527 ]
Original file line number Diff line number Diff line change 77 "command" : " npx" ,
88 "args" : [
99 " -y" ,
10- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
11- " --mode=notebook"
10+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
1211 ],
13- "env" : {}
12+ "env" : {
13+ "MCP_MODE" : " notebook"
14+ }
1415 },
1516 "visualization" : {
1617 "command" : " npx" ,
1718 "args" : [
1819 " -y" ,
19- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
20- " --mode=visualization"
20+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
2121 ],
22- "env" : {}
22+ "env" : {
23+ "MCP_MODE" : " visualization"
24+ }
2325 },
2426 "datacloud_bigquery_toolbox" : {
2527 "command" : " npx" ,
You can’t perform that action at this time.
0 commit comments