Skip to content

feat(deps): update dependency googleapis/mcp-toolbox to v1.4.0#100

Open
renovate-bot wants to merge 1 commit into
gemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-mcp-toolbox-1.x
Open

feat(deps): update dependency googleapis/mcp-toolbox to v1.4.0#100
renovate-bot wants to merge 1 commit into
gemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-mcp-toolbox-1.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
googleapis/mcp-toolbox minor 1.2.01.4.0

Release Notes

googleapis/mcp-toolbox (googleapis/mcp-toolbox)

v1.4.0

Compare Source

Features
  • ci: Add support for windows/arm64 binary distribution (#​3231) (10abf3b)
  • datalineage: Add Data Lineage integration (#​3285) (19353c3)
  • server: Ignore unknown tools at startup with --ignore-unknown-tools flag (#​3353) (5f0304f)
  • tools/cloudsqlpg: Add remaining vector assist tools for Cloud SQL Postgres (#​3203) (b514cbd)
  • tools/spanner-search-catalog: Implement search_catalog tool (#​3140) (defc086)
Bug Fixes
  • auth/generic: Enforce issuer presence in opaque token validation (#​3360) (1d8df0d)
  • auth: Separate Google and Generic MCP OAuth verification (#​3341) (dfd66ee)
  • mcp: Support annotations and metadata within Tools to earlier MCP schemas (#​3300) (9a88c72)
  • oracle: Remove trailing semicolons from prebuilt tools (#​3215) (fcad02d)
  • server/auth: Centralize tool scopes validation (#​3335) (adce4ab)
  • server: Return null id for batch request rejection (#​3333) (0b18d58)
  • source/dataplex: Limit search results to pageSize (#​3323) (905c1f6), closes #​3308
  • telemetry: Allow GCP project override (#​2960) (3c83ba5)
  • tool/bigquery: Prevent allowedDatasets bypass in forecast query (#​3324) (45df461)
  • tool/clickhouse: Handle ignored ProcessParameters error (#​3340) (ddfd887)
  • tools/clickhouse,tools/bigquery: Validate identifier parameters to prevent injection (#​3219) (2f45f75)
  • tools/looker: Escape filter values for unquoted parameters (#​3289) (1711156)

v1.3.0

Compare Source

Features
  • auth: Implement MCP auth tool-level scopes validation (#​3049) (c528985)
  • looker: Propagate client IP from incoming MCP requests to downstream SDK calls (#​3253) (75da6c2)
  • Setup SQLCommenter and allow client metadata (#​3064) (9f1f9b3)
  • tool/cloudsqladmin: Add cloud-sql-admin-execute-sql-many and cloud-sql-admin-sql-many (#​3083) (ef300a8)
Bug Fixes
  • auth/generic: Fix generic auth expiration field and integration with authRequired (#​3251) (f4d16c0)
  • Enforce toolset/promptset boundary on tools/call and prompts/get (#​3036) (c739b80)
  • tools/http: Prevent path traversal and base path scope escape (#​3218) (80a6602)
  • tools/looker: Return a 401 error to MCP client when Looker returns a 401 (#​3233) (4f409a3)
  • tools/looker: Strip wrapping quotes from filter values for unquoted parameters (#​3273) (1e3de96)
  • tools: Initialize query result slices to empty array (#​3250) (60ddf48)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

BEGIN_COMMIT_OVERRIDE
feat: ci: Add support for windows/arm64 binary distribution (mcp-toolbox#​3231) (10abf3b)
feat: datalineage: Add Data Lineage integration (mcp-toolbox#​3285) (19353c3)
feat: server: Ignore unknown tools at startup with --ignore-unknown-tools flag (mcp-toolbox#​3353) (5f0304f)
feat: tools/cloudsqlpg: Add remaining vector assist tools for Cloud SQL Postgres (mcp-toolbox#​3203) (b514cbd)
feat: tools/spanner-search-catalog: Implement search_catalog tool (mcp-toolbox#​3140) (defc086)
fix: auth/generic: Enforce issuer presence in opaque token validation (mcp-toolbox#​3360) (1d8df0d)
fix: auth: Separate Google and Generic MCP OAuth verification (mcp-toolbox#​3341) (dfd66ee)
fix: mcp: Support annotations and metadata within Tools to earlier MCP schemas (mcp-toolbox#​3300) (9a88c72)
fix: oracle: Remove trailing semicolons from prebuilt tools (mcp-toolbox#​3215) (fcad02d)
fix: server/auth: Centralize tool scopes validation (mcp-toolbox#​3335) (adce4ab)
fix: server: Return null id for batch request rejection (mcp-toolbox#​3333) (0b18d58)
fix: source/dataplex: Limit search results to pageSize (mcp-toolbox#​3323) (905c1f6), closes mcp-toolbox#​3308
fix: telemetry: Allow GCP project override (mcp-toolbox#​2960) (3c83ba5)
fix: tool/bigquery: Prevent allowedDatasets bypass in forecast query (mcp-toolbox#​3324) (45df461)
fix: tool/clickhouse: Handle ignored ProcessParameters error (mcp-toolbox#​3340) (ddfd887)
fix: tools/clickhouse,tools/bigquery: Validate identifier parameters to prevent injection (mcp-toolbox#​3219) (2f45f75)
fix: tools/looker: Escape filter values for unquoted parameters (mcp-toolbox#​3289) (1711156)
feat: auth: Implement MCP auth tool-level scopes validation (mcp-toolbox#​3049) (c528985)
feat: looker: Propagate client IP from incoming MCP requests to downstream SDK calls (mcp-toolbox#​3253) (75da6c2)
feat: Setup SQLCommenter and allow client metadata (mcp-toolbox#​3064) (9f1f9b3)
feat: tool/cloudsqladmin: Add cloud-sql-admin-execute-sql-many and cloud-sql-admin-sql-many (mcp-toolbox#​3083) (ef300a8)
fix: auth/generic: Fix generic auth expiration field and integration with authRequired (mcp-toolbox#​3251) (f4d16c0)
fix: Enforce toolset/promptset boundary on tools/call and prompts/get (mcp-toolbox#​3036) (c739b80)
fix: tools/http: Prevent path traversal and base path scope escape (mcp-toolbox#​3218) (80a6602)
fix: tools/looker: Return a 401 error to MCP client when Looker returns a 401 (mcp-toolbox#​3233) (4f409a3)
fix: tools/looker: Strip wrapping quotes from filter values for unquoted parameters (mcp-toolbox#​3273) (1e3de96)
fix: tools: Initialize query result slices to empty array (mcp-toolbox#​3250) (60ddf48)
END_COMMIT_OVERRIDE

@renovate-bot renovate-bot requested review from a team as code owners May 22, 2026 00:26
@github-actions github-actions Bot requested a review from duwenxin99 May 22, 2026 00:26
@renovate-bot renovate-bot changed the title feat(deps): update dependency googleapis/mcp-toolbox to v1.3.0 feat(deps): update dependency googleapis/mcp-toolbox to v1.4.0 Jun 5, 2026
@renovate-bot renovate-bot force-pushed the renovate/googleapis-mcp-toolbox-1.x branch from 3bfacb6 to e32c4f8 Compare June 5, 2026 02:06
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.

3 participants