From b37c6b8ffee7fd239ca287f1ccec3e667ff5ec41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:01 +0000 Subject: [PATCH] chore(deps): bump mcp from 2.1.1 to 2.2.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 2.1.1 to 2.2.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/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mcp_cloud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_cloud/requirements.txt b/mcp_cloud/requirements.txt index 548a3432..99dc568f 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -1,4 +1,4 @@ -mcp==2.1.1 +mcp==2.2.0 Flask==3.1.3 flask-sqlalchemy==3.1.1 psycopg2-binary==2.9.12