Versioning policy
August 28, 2026 · View on GitHub
Major+minor tracks the Portainer API; patch is the MCP server's to spend.
- Tag format:
<portainer-major>.<portainer-minor>.<mcp-patch>. - Compatibility statement: "MCP 2.45.x ↔ Portainer 2.45.x" — minor granularity.
- Spec cadence: regenerate
src/portainer_mcp/data/portainer-patched.yamlagainst the latest patch of the targeted Portainer minor (e.g.make specs VERSION=2.45.0when 2.45.0 is current). - MCP-internal iterations (shaping fixes, new profiles, transform changes,
dep bumps, doc-only changes) burn the patch slot — e.g.
2.45.1is an MCP-only release still targeting Portainer 2.45.x.
What does not bump the minor
- Adding a profile, renaming a profile, or shuffling tags between profiles — patch.
- Adding a
selectprojection helper, changing the truncation hint, adjusting the default cap — patch. - Pinning a stricter
fastmcprange, dropping a Python version — patch (server-side; consumers picking up via~=keep working). - Adding a new hand-written proxy tool (e.g. an additional
*_proxy) — patch, since it widens capability without changing the Portainer target.
The minor only moves when the embedded spec moves.