Skip to content

Conversation

@acosferreira
Copy link

@acosferreira acosferreira commented Dec 16, 2025

Jira Issue: https://issues.redhat.com/browse/AAP-59956

Description

bump mcp version

Scenarios tested

Production deployment

  • This code change is ready for production on its own
  • This code change requires the following considerations before going to production:

Note

Upgrades mcp to 1.23.x across configs and refreshes the lockfile, adding new transitive deps.

  • Dependencies:
    • Bump mcp from ~1.9.4 to ~1.23.0 in pyproject.toml and requirements.txt.
  • Lockfile (uv.lock):
    • Update mcp to 1.23.3 with added deps: jsonschema, pyjwt[crypto], pywin32 (Win), typing-extensions, typing-inspection.
    • Add package entry for pyjwt@2.10.1 (with optional cryptography).

Written by Cursor Bugbot for commit 0bdb32e. This will update automatically on new commits. Configure here.

markdown-it-py==3.0.0
markupsafe==3.0.2
mcp==1.9.4
mcp==1.23.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version mismatch between requirements.txt and uv.lock

The requirements.txt pins mcp==1.23.0 but the uv.lock file has resolved to version 1.23.3. This inconsistency means users installing via pip install -r requirements.txt will get a different version than those using the uv lock file. The requirements.txt version needs to be updated to 1.23.3 to match the actual resolved dependency.

Additional Locations (1)

Fix in Cursor Fix in Web

@goneri
Copy link
Contributor

goneri commented Dec 16, 2025

c.f #142

Copy link
Contributor

@de1987 de1987 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will the requirements.txt is not up-to-date, I was able to confirm locally and I found a small bug

@acosferreira
Copy link
Author

close this PR on behalf of #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants