From add7c451106afa2bfae51214e423d42113971ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:04:26 +0000 Subject: [PATCH] build(deps): update mcp requirement in /engine 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:production ... Signed-off-by: dependabot[bot] --- engine/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/pyproject.toml b/engine/pyproject.toml index ebdb05e5f..0ee066d81 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydantic-settings>=2.0,<3", "python-dotenv>=1.0,<2", "requests>=2.33.0,<3", - "mcp[cli]>=1.0.0,<2", + "mcp[cli]>=1.0.0,<3", "openai-agents[litellm]>=0.12,<0.19", "tomli>=2.0,<3; python_version < \"3.11\"", ]