From b365ec6f0b0536f77bcefc4f4c41cfcfb056ba70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:17:04 +0000 Subject: [PATCH] Bump mcp in /labs/mcp-a2a-agents/src/mcp_sk_servers/src Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.11.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.11.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- labs/mcp-a2a-agents/src/mcp_sk_servers/src/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/mcp-a2a-agents/src/mcp_sk_servers/src/pyproject.toml b/labs/mcp-a2a-agents/src/mcp_sk_servers/src/pyproject.toml index 70553e61..e43971ae 100644 --- a/labs/mcp-a2a-agents/src/mcp_sk_servers/src/pyproject.toml +++ b/labs/mcp-a2a-agents/src/mcp_sk_servers/src/pyproject.toml @@ -5,7 +5,7 @@ description = "MCP semantic-kernel servers (mcp-a2a-agents lab)." requires-python = ">=3.12" dependencies = [ # MCP Labs - "mcp==1.11.0", + "mcp==1.28.1", "semantic-kernel==1.34.0", "semantic-kernel[mcp]", "openai",