v0.2.0 — discoverable in the MCP registry
The bridge itself behaves exactly as in 0.1.2: the same six tools, the same engine handling. What changed is everything around it.
Listed in the official MCP registry as io.github.AnglerfishChess/chess-uci-mcp, so registry-aware clients can discover and install it instead of being handed a PyPI name by hand.
Releases are published by CI through a PyPI trusted publisher over OIDC. No API token exists on any laptop or as a repository secret, and publishing a GitHub release is the only thing that triggers a release.
Tests now run on Linux against a real Stockfish on every push, which they previously did not do anywhere but a maintainer's machine.
The README documents all six tools. get_engine_options and set_engine_options shipped in 0.1.2 but went unlisted.