Skip to content

Keesan12/Martin-Loop

vmcp-v0.3.3 scope: mcp Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-runtime ai-agent-runtime ai-coding-agents ai-control-plane ai-governance ai-safety
+13 more
audit-trail budget-enforcement claude-code codex coding-agents control-plane governed-runtime llmops mcp model-context-protocol observability policy-as-code rollback

Summary

AI summary

Run discovery now prefers a bounded append‑only index to keep latest/list queries responsive with large histories.

Full changelog

@martinloop/mcp 0.3.3

0.3.3 is the opt-in execution-controls release, including run-history reliability hardening for MCP clients that operate against large local run stores.

What changed

  • MCP run discovery paths now prefer a bounded append-only run index before falling back to full directory scans.
  • latest and list-style inspection flows stay responsive even when the runs directory contains large historical volume.
  • Compatibility behavior is preserved: if index entries are missing or stale, MCP falls back to canonical run-directory reads.
  • No runtime execution policy changes were introduced in this release.

Why this matters

MCP hosts such as Cursor, Copilot, and other IDE integrations frequently call latest/list inspection paths. This release reduces timeout-style failures caused by scanning very large run histories.

Compatibility

  • Breaking changes: none.
  • Tooling compatibility: this release remains compatible with existing MCP host integrations that use the same tool surface.
  • Migration requirement: none.

Quick check

npx -y @martinloop/[email protected]

Then call the MCP list/latest run tools against your normal runs root and confirm responses remain fast and stable.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Keesan12/Martin-Loop

Get notified when new releases ship.

Sign up free

About Keesan12/Martin-Loop

All releases →

Related context

Earlier breaking changes

  • vmcp-v0.1.3 martin_status uses oneOf for selector exclusivity, latest as const.
  • vmcp-v0.1.3 maxIterations and maxTokens modeled as integers in tool schemas.
  • vmcp-v0.1.3 Tool schemas enforce additionalProperties: false on public contracts.
  • vmcp-v0.1.3 Packaged artifacts now require and ship server.json alongside package.json.

Beta — feedback welcome: [email protected]