From c3d7417bb79b408eed38ae0d4c5081f83fe07e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:54:02 +0000 Subject: [PATCH] build(deps): update mcp requirement Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 2.0.0 - [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:production dependency-group: mcp-python-dependencies ... Signed-off-by: dependabot[bot] --- mcp-tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp-tools/pyproject.toml b/mcp-tools/pyproject.toml index 32a3f02..2b0946a 100644 --- a/mcp-tools/pyproject.toml +++ b/mcp-tools/pyproject.toml @@ -4,7 +4,7 @@ version = "1.1.2" description = "MCP runtime for the 2718lab DevKit primary plugin." requires-python = ">=3.11" dependencies = [ - "mcp[cli]>=1,<2", + "mcp[cli]>=1,<3", ] [dependency-groups]