From f4ea61a627a21c6f3ac5f251db576f75e00ac3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:08:05 +0000 Subject: [PATCH] Bump mcp from 1.21.2 to 1.23.0 in /app Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.21.2 to 1.23.0. - [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.21.2...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.server.txt b/app/requirements.server.txt index bcfa0bbb5..94180f5d5 100644 --- a/app/requirements.server.txt +++ b/app/requirements.server.txt @@ -38,7 +38,7 @@ djangorestframework==3.16.1 uritemplate==4.2.0 django-filter==25.2 inflection==0.5.1 -mcp==1.21.2 +mcp==1.23.0 # Text and data handling ply==3.11