From 1c21250b9c746953ae5089b32da1668b203c17ec Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Thu, 18 Dec 2025 11:42:12 +0000 Subject: [PATCH] docs: Remove setting `BIGQUERY_USE_CLIENT_OAUTH` from setup `BIGQUERY_USE_CLIENT_OAUTH=true` should not be set when BigQuery tools in MCP Toolbox tools are running as Gemini CLI extension, and it should not be mentioned in its documentation. This fixes https://github.com/gemini-cli-extensions/bigquery-data-analytics/issues/73 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2e329bb..a456052 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Set the following environment variables before starting the Gemini CLI. These va ```bash export BIGQUERY_PROJECT="" export BIGQUERY_LOCATION="" # Optional -export BIGQUERY_USE_CLIENT_OAUTH="true" # Optional ``` Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.