chore(deps): pin mcp<2.0 — prevent silent breaking upgrade on self-deploy - #748
Open
bradbrok wants to merge 1 commit into
Open
chore(deps): pin mcp<2.0 — prevent silent breaking upgrade on self-deploy#748bradbrok wants to merge 1 commit into
bradbrok wants to merge 1 commit into
Conversation
Upstream claude-agent-sdk v0.2.96 guards against mcp 2.0 for the same reason — closes #734. https://claude.ai/code/session_011D61mHWpHKmtzFJmzcQfxx
2 tasks
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.
Summary
mcp>=1.27,<2.0inpyproject.toml(was unbounded at>=1.27)Why
Every
update_and_restart()rebuilds dependencies. The daymcp2.0.0 lands on PyPI a routine 4am self-deploy would pull it in silently.mcp(FastMCP) is load-bearing for the whole fleet —pinky_memory,pinky_messaging,pinky_self,pinky_outreach,pinky_calendar, and the shared SSE gateway on :8890 all build on it. A breaking import = every agent loses tools simultaneously.Upstream
claude-agent-sdkv0.2.96 already guards against this for the same reason (release notes).Pure pin — zero behaviour change today, prevents a future fleet outage.
Closes #734.
https://claude.ai/code/session_011D61mHWpHKmtzFJmzcQfxx
Generated by Claude Code