Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Official MCP Python SDK (pulls in starlette + uvicorn used by server.py).
# The upper bound is deliberate: 2.x renamed the server class and changed the
# transport defaults, so a major bump is never a drop-in. Review before widening.
mcp>=2.0.0,<3
mcp>=2.1.1,<3
# HTTP client used to call the Parcel REST endpoints. `httpx2` is the client the
# MCP SDK now ships, so using it keeps a single HTTP stack in the image. It
# verifies TLS against the system trust store (via truststore) rather than a
Expand Down