v0.4.0
v0.4.0 makes MCP surface changes reviewable and CI-enforceable.
- Snapshot + fingerprint the declared surface: save a baseline snapshot and get a stable digest when inspection fully completes.
- 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.
- Cleaner, more stable diffs: fewer noisy changes from reordering/partial data, so “changed” means something you should actually review.
- Docs/CI refresh: README now centers the snapshot→check workflow; CI runs check against a committed toy baseline.