Skip to content

PatchDrill 0.1.3

Latest

Choose a tag to compare

@seungdori seungdori released this 05 Jun 08:29

PatchDrill 0.1.3

  • Adds a local MCP server so AI coding tools can use PatchDrill as a deterministic proof backend.
  • Exposes read-only scans, Proof Pack generation, guarded command execution, doctor checks, evidence verification, release checks, schemas, docs, and review prompts.
  • Keeps the deterministic safety boundary intact: no PatchDrill model calls, no default network calls, repository-relative artifact output, and command execution only through patchdrill_run_verification with allowCommandExecution: true.
  • Adds MCP documentation, client setup guidance, release-readiness checks, and MCP integration tests.