From a5ff56303c7da0b8406a4d420fc47d948479a988 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Mon, 29 Jun 2026 09:15:16 -0400 Subject: [PATCH] ci(mcp): Pin mcp package to <2.0.0 while alphas are in flight Alphas for mcp 2.0 are currently being released. Pin to <2.0.0 until the stable release expected end of July 2026. --- scripts/populate_tox/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/populate_tox/config.py b/scripts/populate_tox/config.py index c1a5abe3c6..6bd54ed263 100644 --- a/scripts/populate_tox/config.py +++ b/scripts/populate_tox/config.py @@ -303,6 +303,7 @@ "deps": { "*": ["pytest-asyncio"], }, + "include": "<2.0.0", # Alphas are currently being released, will come back to these before the release that's expected at the end of July 2026 }, "fastmcp": { "package": "fastmcp",