From 84a908b88178e65de1633f0a8d703036eb61224f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:08:38 +0000 Subject: [PATCH] deps: bump mcp from 1.27.2 to 2.0.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.27.2 to 2.0.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.27.2...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 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..2df8c13 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.0.0 # 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