From 9ab3fd822cbedb1bb266ed71b1e4654ffe8bc1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:13:00 +0000 Subject: [PATCH] deps: bump mcp from 1.27.2 to 2.1.1 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.27.2 to 2.1.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.27.2...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30349a0..3e2ab8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ # NOT pip-install these -- CI and the build do. Pinned for a reproducible floor # and a reproducible binary (a silent lxml bump can break the C-extension build). claude-agent-sdk==0.2.97 # dev harness + floor import (NO API call in tests) -mcp==1.27.2 # the nu stdio MCP server (server.py) + floor [8d] +mcp==2.1.1 # the nu stdio MCP server (server.py) + floor [8d] python-docx==1.2.0 # cover-letter .docx generation (real candidate-suite) lxml==6.1.1 # python-docx's C-extension backend; pinned explicitly