Skip to content

Commit c3c552e

Browse files
authored
feat: add the BigQuery Conversational Analytics Extension (#7)
1 parent 5296d5c commit c3c552e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

gemini-extension.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
"version": "0.0.0",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
55
"mcpServers": {
6-
"Conversational Analytics": {
6+
"BigQuery Conversational 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_CONVERSATIONAL_ANALYTICS.md"
19-
}
16+
}

0 commit comments

Comments
 (0)