From 39c4855580ff2b719429e4e7ce0d5fb4c783f76c Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:28:31 -0500 Subject: [PATCH] Pin MCP under 2 (#2709) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcada086f..8a5391cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "python-dotenv>=1.1.0", "exceptiongroup>=1.2.2", "httpx>=0.28.1", - "mcp>=1.24.0", + "mcp>=1.24.0,<2.0", "openapi-pydantic>=0.5.1", "platformdirs>=4.0.0", "pydocket>=0.16.3", @@ -181,4 +181,3 @@ extend-select = [ [tool.codespell] ignore-words-list = "asend,shttp,te" -