fix(VULN-103416): bump mcp to >=1.27.2 for task isolation CVE - #186
Open
shuningc wants to merge 1 commit into
Open
fix(VULN-103416): bump mcp to >=1.27.2 for task isolation CVE#186shuningc wants to merge 1 commit into
shuningc wants to merge 1 commit into
Conversation
shuningc
marked this pull request as ready for review
July 30, 2026 00:49
fercor-cisco
left a comment
Collaborator
There was a problem hiding this comment.
🤖 This review was generated by the Astra agent (claude-opus-4-8). It may contain mistakes.
Verdict: needs_discussion — The version floor correctly remediates the CVE, but it is added as a mandatory core dependency, which contradicts the PR's stated scope and expands the base install footprint — worth confirming intent.
fercor-cisco
requested changes
Jul 30, 2026
fercor-cisco
left a comment
Collaborator
There was a problem hiding this comment.
this should not be a mandatory dependency of the SDK
Add a direct mcp floor in pyproject.toml and refresh poetry.lock so transitive MCP SDK usage resolves to 1.29.0 (fixed release). Pin the log-mcp-calls example requirements to the same minimum. Co-authored-by: Cursor <cursoragent@cursor.com>
shuningc
force-pushed
the
VULN-103416-mcp-upgrade
branch
from
July 30, 2026 18:14
1304f38 to
e81c7c7
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.
Summary
server.experimental.enable_tasks()is used on MCP servers.mcp >= 1.27.2, < 2floor inpyproject.tomland refreshespoetry.lockso transitive usage (viacrewai,openai-agents,litellmextras) resolves to mcp 1.29.0.log-mcp-callsexample requirements to the same minimum.Risk assessment
enable_tasks(); MCP usage is client-side only in the logging example.mcp==1.27.0(affected range).