From f9a8a7c8fe4c4dfc3ceb300be3a3c9a3954f25af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:18:52 +0000 Subject: [PATCH] Bump mcp from 1.12.2 to 1.28.1 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.12.2 to 1.28.1. - [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.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 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..4fd04e1 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.28.1 # Optional evaluation dependencies datasets>=3.6.0