Skip to content

Keesan12/Martin-Loop

vmcp-v0.3.6 scope: mcp Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ 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

Updates Verification, @martinloop/mcp 0.3.6 Release Notes, and Why it matters across a mixed release.

Full changelog

@martinloop/mcp 0.3.6 Release Notes

HTTP transport and mode-aware hosts

0.3.6 expands the standalone MCP package in two practical ways: it can now
serve a local HTTP endpoint for bridge-style setups, and agents can read the
current MartinLoop working mode before they decide how to proceed.

What's new

Local HTTP transport

Run the packaged server over HTTP when a local bridge or proxy needs an MCP
endpoint:

npx -y @martinloop/mcp --http --port 3033

stdio remains the default transport for direct host installs.

martin://agent/mode-status resource

Hosts can now read the active MartinLoop mode, whether it is inherited or
explicitly configured, and the exact commands that switch between auto,
plan, and edits.

Why it matters

  • Bridge-style local integrations no longer need a custom wrapper just to
    expose MartinLoop over HTTP.
  • Agents can see whether they should operate autonomously or pause for plan or
    edit confirmations before they start spending budget.

Verification

  • MCP package metadata, server.json, and release notes aligned at 0.3.6.
  • Discovery tests confirm the new mode-status resource is listed and
    readable.
  • Server validation tests cover stdio compatibility plus the new HTTP startup
    path.

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]