From 6da5f7fab96af911b20c2d2c5bba1cd6d471d15f Mon Sep 17 00:00:00 2001 From: krisztianfekete Date: Tue, 15 Sep 2026 11:52:23 +0200 Subject: [PATCH] ci: hold mcp at 1.x in the dependabot python group --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad6830a..703a2b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,6 +33,12 @@ updates: cooldown: default-days: 5 semver-major-days: 14 + ignore: + # mcp 2.x renamed FastMCP to MCPServer and dropped host/port from the + # constructor, which breaks mcp_server.py and the shipped image. Bump by + # hand alongside the migration. + - dependency-name: "mcp" + update-types: ["version-update:semver-major"] groups: python-google-ai: applies-to: version-updates