Skip to content

Releases: OrionArchitekton/mcp-context-budget

mcp-context-budget v0.3.0

20 Jun 17:45
69237c5

Choose a tag to compare

v0.3.0 — opt-in local stdio introspection, multi-server config materialization, and read-only config secret audit.

  • --allow-start: opt-in, timeout-bounded, byte-bounded, stdlib-only local stdio introspection for command-discovered MCP servers — lists tools via MCP tools/list without becoming a proxy, gateway, service, browser UI, org scanner, or hosted dashboard.
  • config-apply --allow-start --materialize-tools-list: materialize a previously not_patchable command-discovered server to a local toolsListPath sidecar, then enforce it on later static scans.
  • config-audit / config-audit-demo: read-only MCP config secret hygiene — reports carry path/class/length/fingerprint metadata only and never print literal secret values.
  • config-multiserver-demo: explicit multi-server {servers:[...]} external-catalog patching with fail-closed malformed-shape reporting.
  • Local-first preserved: the core package stays dependency-free.

mcp-context-budget v0.2.0

19 Jun 18:09
c6f2357

Choose a tag to compare

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.

mcp-context-budget v0.1.0

19 Jun 02:49

Choose a tag to compare

Initial fuller-v1 release of mcp-context-budget.\n\nIncludes:\n- scan/select/check/demo/export CLI\n- deterministic schema and response budget reports\n- SQLite FTS5/BM25 tool selection\n- CI lockfile check mode\n- Docker smoke proof demo\n- MIT license and OSS contribution scaffold