From 5e44406d46f9675fddec13af5d142339b24f4bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:02:37 +0000 Subject: [PATCH] Bump mcp from 1.12.2 to 1.27.2 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.12.2 to 1.27.2. - [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.12.2...v1.27.2) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.2 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 469fd2b..c31472e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ typing-extensions>=4.15.0 ollama>=0.5.1 # MCP (Model Context Protocol) -mcp==1.12.2 +mcp==1.27.2 # Optional evaluation dependencies datasets>=3.6.0