Skip to content

v0.3.4

Latest

Choose a tag to compare

@partymola partymola released this 05 Sep 22:39
· 1 commit to main since this release

Packaging

  • 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.