Skip to content

Commit e70c7dd

Browse files
authored
feat: add the BigQuery Data Analytics Extension (#10)
* feat: add the BigQuery Data Analytics Extension * Update gemini-extension.json
1 parent 3b5c9ec commit e70c7dd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

gemini-extension.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
"version": "0.0.0",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
55
"mcpServers": {
6-
"BigQuery": {
6+
"BigQuery Data Analytics": {
77
"command": "${extensionPath}${/}toolbox",
88
"args": [
99
"--tools-file",
1010
"${extensionPath}${/}tools.yaml",
1111
"--stdio"
12-
],
13-
"env": {
14-
"BIGQUERY_PROJECT": "${BIGQUERY_PROJECT}"
15-
}
12+
]
1613
}
1714
},
1815
"contextFileName": "BIGQUERY.md"

0 commit comments

Comments
 (0)