Skip to content

feat(bigquery): document BIGQUERY_MAXIMUM_BYTES_BILLED support - #6

Open
Abhishek21g wants to merge 1 commit into
CognitionAI:mainfrom
Abhishek21g:feat/bigquery-maximum-bytes-billed
Open

feat(bigquery): document BIGQUERY_MAXIMUM_BYTES_BILLED support#6
Abhishek21g wants to merge 1 commit into
CognitionAI:mainfrom
Abhishek21g:feat/bigquery-maximum-bytes-billed

Conversation

@Abhishek21g

@Abhishek21g Abhishek21g commented Jul 11, 2026

Copy link
Copy Markdown

Problem

Closes #3 — upstream googleapis/mcp-toolbox#3385 wired BIGQUERY_MAXIMUM_BYTES_BILLED into the BigQuery prebuilt config in v1.5.0, but this repo's README and BigQuery image entrypoint did not document or surface the env var.

Fix

  • Document BIGQUERY_MAXIMUM_BYTES_BILLED in README env table with description + example
  • Add env var to Docker and MCP client configuration examples
  • Log configured cap in images/bigquery/entrypoint.sh when set

Verification

# Docs review — confirm README table + examples include BIGQUERY_MAXIMUM_BYTES_BILLED
grep -n BIGQUERY_MAXIMUM_BYTES_BILLED README.md images/bigquery/entrypoint.sh

# Runtime (requires GCP creds + toolbox:latest v1.5.0+)
BIGQUERY_PROJECT=... BIGQUERY_MAXIMUM_BYTES_BILLED=1073741824 docker run ... --prebuilt bigquery --stdio

Closes #3


Devin Review

Status Commit
⚪ Not started

Run Devin Review

💡 Connect your GitHub account to enable automatic code reviews.

Open in Devin Review (Staging)

Wire env var through BigQuery image entrypoint logging and document
usage in README docker/MCP examples. Requires toolbox v1.5.0+ which
wired maximumBytesBilled into the prebuilt config (googleapis/mcp-toolbox#3385).

Closes CognitionAI#3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(bigquery): add BIGQUERY_MAXIMUM_BYTES_BILLED support

1 participant