v2.13.0 — mnemos_tags MCP tool (pilot #97)
New user-visible feature release — the mnemos_tags MCP tool (pilot #97), the proof-of-concept for grouped MCP tool consolidation per ArchCom 2026-07-18 session 2. New MCP tool = SemVer MINOR bump (2.12.1 → 2.13.0).
Added
mnemos_tagsMCP tool (pilot #97) — grouped bulk tag operations via anaction: enum [rename, remove, add]dispatch.action: enum+ flat properties chosen overoneOf/discriminated unions (render unreliably in MCP clients) and over dot-notation.action="rename"is identical tomnemos_tags_rename;action="remove"drops exact tags (or, withwildcard=true, prefix-matched tags);action="add"appends tags to memories matching aproject/agentfilter. Shared_commit_tagspath + FTS5-safeUPDATEkeeps the external-content index consistent. Contract validation is strict forremove/add(rejects contract-breaking results per memory with anerrorsentry, write skipped) and lax forrename.dry_run=trueby default.mnemos_tags_renamekept as a non-breaking alias. Docs EN+RU:tag-contract.md(+ catalogue rows inmcp-tools.md).
Install
- pip:
pip install https://github.com/Korrnals/mnemos/releases/download/v2.13.0/mnemos-2.13.0-py3-none-any.whl(when the local-release build publishes the wheel) - container:
ghcr.io/korrnals/mnemos:2.13.0
Full changelog: v2.12.1...v2.13.0