From bfb546f8224a180b35e14866d1d1049c3cd3030a Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Thu, 18 Dec 2025 11:46:30 +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 are running as Gemini CLI extension, and it should not be mentioned in its documentation. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2d83d66..6783215 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.