From 0be487a09ceee11c61a29b64d2648f63537e29f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:16 +0000 Subject: [PATCH] chore(deps): update mcp requirement from >=1.28.1 to >=2.0.0 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.28.1...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad684b6d..679fc73a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pyyaml>=6.0.3 paramiko>=5.0.0 # --- MCP (skill communication) --------------------------------------------- -mcp>=1.28.1 +mcp>=2.0.0 fastmcp # --- Memory backend (ari-skill-memory default is Letta) --------------------