Skip to content

mcp-context-budget v0.2.0

Choose a tag to compare

@OrionArchitekton OrionArchitekton released this 19 Jun 18:09
· 2 commits to main since this release
c6f2357

v0.2.0 — semantic selection, response compression, and an enforced config-apply contract.

  • semantic-select / semantic-demo: deterministic fixture-backed semantic tool selection, optional Ollama embeddings (optional extra; core stays dependency-free).
  • compress-responses / compress-demo: deterministic response-fixture compression with before/after budget proof.
  • config-apply / config-demo: dry-run-first selected-tool config patching with an enforced contract — patches inline tools AND external toolsListPath files, binds the lock to the config via config_fingerprint (refuses a foreign/stale lock), reports PARTIAL (never a false PASS) for command-discovered servers, and the loader honors enabled: false so disables take effect on rescan.
  • Local-first preserved: the core CLI installs and runs with no external runtime service.