Bump mcp from 1.29.0 to 2.1.1 - #19
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/uv/mcp-2.1.1
branch
2 times, most recently
from
August 30, 2026 21:08
3a11dd7 to
8bd6d0b
Compare
Collaborator
|
Deferring this for now — mcp 2.x is a breaking change, not a drop-in bump: it renames Leaving this open rather than closing it as a placeholder to come back to once the migration is scoped out. |
dependabot
Bot
force-pushed
the
dependabot/uv/mcp-2.1.1
branch
5 times, most recently
from
September 4, 2026 18:07
bd0ce25 to
0db15cf
Compare
Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.29.0 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](modelcontextprotocol/python-sdk@v1.29.0...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] <support@github.com>
mcp 2.x removed mcp.server.fastmcp outright, so Dependabot's version bump alone left CI failing on a ModuleNotFoundError. Renames the FastMCP import and type hint to MCPServer everywhere (mechanical, no behavior change), and moves stateless_http off the MCPServer constructor onto streamable_http_app(), per the v2 migration guide. Tightens the pyproject floor to mcp>=2.1.1 since the code no longer runs on 1.x. Verified live: stdio startup, /health, and an initialize + tools/list round trip over /mcp all succeed under the new stateless HTTP setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
dsanchezp18
force-pushed
the
dependabot/uv/mcp-2.1.1
branch
from
September 6, 2026 18:17
0db15cf to
24bad05
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps mcp from 1.29.0 to 2.1.1.
Release notes
Sourced from mcp's releases.
... (truncated)
Commits
0921d94Point imports of mcp.server.fastmcp at the migration guide (#3388)4d6f87eBuild releases with the pinned hatchling and a publish action that accepts Me...c5d7d0bdocs: refresh translations for recent English changes (#3379)d8b6383Give recursive tool return types an object-rooted output schema (#3376)56af447Log MCPServer handler exceptions by kind and keep crash details off the wire ...f1c40b0Accept boolean sub-schemas in 2025-11-25 tool schema properties (#3354)57394b0Apply the request body limit to the SSE and OAuth endpoints (#3336)0cee624Hand TypedDict tool results to pydantic natively (#3331)0d92192Shorten stdio test comments (#3329)b2025abAcknowledge notification POSTs with 202 on the 2026-07-28 HTTP entry (#3326)