You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The published image is rebuilt on the python:3.14.7-slim base, so it carries the upstream base updates issued since the pin was last moved. Those had stopped arriving: the pin named a digest of the floating 3.14-slim tag, and automated updates read that tag as the version, so once a pull request existed for it a rebuild of the same tag was treated as already proposed. The pin now names the patch tag alongside the digest. The image is built with uv 0.12.7.
mcp is pinned to 2.1.1, pydantic to 2.13.5 and python-dotenv to 1.2.3, each the version the suite runs against. The tool contract is unchanged: every tool keeps its name, description, and input and output schemas.
Documentation
The README states which Python versions and platforms are tested.