From 08d26ee8ca87c223038527a1d8c2c7d111a86aaa Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:57:32 -0500 Subject: [PATCH] Pin mcp<1.23 to avoid SDK breaking changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33d163298..86e6a0cd9 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.19.0,<2.0.0,!=1.21.1", + "mcp>=1.19.0,<1.23,!=1.21.1", "openapi-pydantic>=0.5.1", "platformdirs>=4.0.0", "rich>=13.9.4",