From c2a28e9671d105d6243bfe82cc6a46dca76886fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:28:10 +0000 Subject: [PATCH] chore(deps): bump mcp from 1.23.0 to 1.28.1 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.23.0 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.23.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9a59b33..2792bdb65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "importlib-resources==6.0.0", "importlib-metadata==8.0.0", "openai==2.30.0", - "mcp==1.23.0", + "mcp==1.28.1", "sse-starlette==3.0.3", "pygments==2.20.0", "pip==26.0.1",