From 2af50be123be569812e643e872ce7e28b1ec04c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:31:27 +0000 Subject: [PATCH] chore(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 659246ce..04899c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = ["pytest>=7.0.0", "ruff>=0.1.0", "mypy>=1.0.0"] agent-strands = [ "strands-agents==1.16.0", "bedrock-agentcore[strands-agents]==1.0.6", - "mcp==1.23.0", + "mcp==1.28.1", ] # LangGraph agent dependencies (for local development) @@ -48,7 +48,7 @@ agent-langgraph = [ "langchain-aws==1.0.0", "langchain-mcp-adapters==0.1.13", "langgraph-checkpoint-aws==1.0.1", - "mcp==1.23.0", + "mcp==1.28.1", ] # All dependencies for local development