From ef766c49070c46f98c95d25a1ef686b12fa1fbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:15:38 +0000 Subject: [PATCH] chore(deps)(deps-dev): update mcp requirement in /cli 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.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cli/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 54b767a..745679a 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -53,8 +53,8 @@ dependencies = [] # Default install is zero-dependency. Add [mcp] or [full] to enable MCP server for AI agents. [project.optional-dependencies] -mcp = ["mcp>=1.0,<2"] -full = ["mcp>=1.0,<2"] +mcp = ["mcp>=1.0,<3"] +full = ["mcp>=1.0,<3"] dev = ["pytest>=8", "ruff>=0.5", "mypy>=1.10", "build>=1.2", "twine>=5.1"] [project.scripts]