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"
7+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
8+ " --mode=notebook"
89 ],
9- "env" : {
10- "MCP_MODE" : " notebook"
11- },
10+ "env" : {},
1211 "env_vars" : [
1312 " DATA_CLOUD_CURR_IDE_NAME"
1413 ]
1716 "command" : " npx" ,
1817 "args" : [
1918 " -y" ,
20- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
19+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
20+ " --mode=visualization"
2121 ],
22- "env" : {
23- "MCP_MODE" : " visualization"
24- },
22+ "env" : {},
2523 "env_vars" : [
2624 " DATA_CLOUD_CURR_IDE_NAME"
2725 ]
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"
10+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
11+ " --mode=notebook"
1112 ],
12- "env" : {
13- "MCP_MODE" : " notebook"
14- }
13+ "env" : {}
1514 },
1615 "visualization" : {
1716 "command" : " npx" ,
1817 "args" : [
1918 " -y" ,
20- " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
19+ " git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git" ,
20+ " --mode=visualization"
2121 ],
22- "env" : {
23- "MCP_MODE" : " visualization"
24- }
22+ "env" : {}
2523 },
2624 "datacloud_bigquery_toolbox" : {
2725 "command" : " npx" ,
You can’t perform that action at this time.
0 commit comments