Skip to content

v0.4.0

Choose a tag to compare

@jordanstarrk jordanstarrk released this 27 Jun 17:27

v0.4.0 makes MCP surface changes reviewable and CI-enforceable.

  1. Snapshot + fingerprint the declared surface: save a baseline snapshot and get a stable digest when inspection fully completes.
  2. CI-friendly check command: compare a live server against a committed baseline snapshot (stable exit codes, optional --json) so surface changes become an explicit review step.
  3. Cleaner, more stable diffs: fewer noisy changes from reordering/partial data, so “changed” means something you should actually review.
  4. Docs/CI refresh: README now centers the snapshot→check workflow; CI runs check against a committed toy baseline.