Skip to content

v0.8.0 — MCP server + widen attune-rag pin

Latest

Choose a tag to compare

@silversurfer562 silversurfer562 released this 25 May 13:42
· 3 commits to main since this release
c4519dd

Released 2026-05-25 · PyPI

Bundles the MCP server work (Phases 1–5, completed across PRs #49#56) with the spec-status parser fix (PR #57), the living-docs regen automation Phase 1 (PRs #60, #61, #62, #63), the home interpreter snapshot improvement (PR #59), the stacked-rebase README note (PR #58), and a routine attune-rag cap widen to admit the freshly-released 0.2.0. Triggered by the cap widen — the rest had been queued on main waiting for a release.

Highlights

  • MCP server. New attune-gui-mcp console script with 6 tools (5 read-mostly: gui_list_specs, gui_get_spec, gui_get_spec_status, gui_list_living_docs, gui_get_living_doc; plus 1 write: gui_set_spec_status). 30+ tests across test_mcp_tools.py and test_mcp_integration.py. See the new "MCP integration" section in the README for the .mcp.json snippet.
  • Spec-status parser now accepts both **Status:** and **Status**: emphasis styles (real specs use the former overwhelmingly).
  • attune-rag pin widen. Core pin raised from >=0.1.22,<0.2 to >=0.1.22,<0.3 to unblock installs alongside attune-rag 0.2.0 (first SemVer-binding cut, purely additive — no code adaptation needed).

Full changelog: CHANGELOG.md