From 4f7d6e936033c2d01127a01ac56ee3be45520051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:27:19 +0000 Subject: [PATCH] chore(deps-dev): update mcp requirement in the dependencies group 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:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6a2a5e..17991cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ dev = [ mcp = [ # Pinned to <2: the server uses the mcp 1.x low-level Server API # (@server.list_tools()/@server.call_tool()), which mcp 2.0 removed. - "mcp>=1.0,<2.0", + "mcp>=1.0,<3.0", ] serve = [ "fastapi>=0.100,<1.0",