fix(deps): upgrade mcp to 1.28.1 for 3 High-severity CVEs - #335
Merged
IlonaShishov merged 1 commit intoAug 18, 2026
Merged
Conversation
IlonaShishov
requested review from
dmartinol,
luis5tb and
yuvalk
as code owners
August 2, 2026 14:03
1 task
Collaborator
|
seems like 3 irrelevant CVEs, so why are we upgrading? |
Collaborator
Author
@yuvalk I see a benefit in staying ahead of all package CVEs, at least, if not the latest version, especially since its a minimal change. |
luis5tb
approved these changes
Aug 18, 2026
luis5tb
left a comment
Collaborator
There was a problem hiding this comment.
lets get those in to make the gate green
Pin mcp==1.28.1 (from 1.27.1) fixing CVE-2026-52870, CVE-2026-52869, and CVE-2026-59950 in the MCP Python SDK. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
IlonaShishov
force-pushed
the
fix/mcp-cve-upgrade
branch
from
August 18, 2026 06:47
f73c990 to
33117d7
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
Upgrades
mcp(MCP Python SDK) from1.27.1→1.28.1, fixing three High-severity CVEs:Impact on this project
All three CVEs have low direct risk to this project:
server.experimental.enable_tasks(). This project usesmcpas a client, not a server with experimental tasks.Despite low direct exposure, upgrading is the right call — it's a minimal change, all three CVEs are High severity, and it keeps the dependency current and audit-clean.
Changes
pyproject.toml: pinmcp==1.28.1(wasmcp>=1.0.0)requirements-agent.txt: regenerated lock file (also picks upidna3.17 → 3.18 as a transitive dep bump)Supersedes #333 (Konflux MintMaker's auto-generated PR for the same upgrade).
Test plan
make lint— all checks passedmake test— 490 passedmcp.StdioServerParameters, which is stable across 1.27→1.28🤖 Generated with Claude Code