From 6265318a3cf2e0c1b973ea1cfab54055d2d9b60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 03:02:01 +0000 Subject: [PATCH] Update mcp requirement from <2,>=1.29 to >=2.1.1,<3 Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.29.0...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- claude-tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-tools/requirements.txt b/claude-tools/requirements.txt index 08c947c..758c31d 100644 --- a/claude-tools/requirements.txt +++ b/claude-tools/requirements.txt @@ -1 +1 @@ -mcp>=1.29,<2 +mcp>=2.1.1,<3