From 8210cf1a95e58b95997d14b87a5ea7cb1bbf759d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 02:08:33 +0000 Subject: [PATCH] build(deps): bump mcp-types from 2.1.1 to 2.2.0 Bumps [mcp-types](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-types dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bc5036..e64ff66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ phonenumbers==9.0.38 cryptography==50.0.1 cvss==3.6 mcp==2.1.1 -mcp-types==2.1.1 +mcp-types==2.2.0 pyjwt==2.13.0 pydantic-settings==2.15.0 PyYAML>=6.0.3