Skip to content

mcp-doctor v0.3.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:12
· 38 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.3.2
d117cf4

mcp-doctor v0.3.2

mcp-doctor v0.3.2 makes the existing passive diagnostic workflow easier for
coding agents to discover without turning the product into an MCP server or
granting an agent new authority.

Portable Agent Skill

The release adds one canonical, instruction-only Agent Skill. It:

  • checks the exact installed CLI version and stable compiled capabilities;
  • requires one exact user- or repository-selected target;
  • defaults to passive inspect --format json;
  • explains the primary diagnosis, independent findings, causal skips, outcome,
    and exit from the stable redacted report;
  • reads an existing report without rerunning its target;
  • permits one explicitly requested correction and one byte-identical passive
    rerun; and
  • refuses inferred targets, installations, secrets, check, break, and
    reject.

The versioned mcp-doctor-agent-skill-v0.3.2.tar.gz companion contains only
mcp-doctor/SKILL.md. Its exact digest is in the release SHA256SUMS, and its
build provenance is tied to the same annotated tag, workflow, and source commit
as the other immutable assets.

Installed help route

Top-level mcp-doctor --help links to the exact v0.3.2
coding-agent guide. Cargo, Homebrew, and GitHub archive
installation do not modify any coding-agent host; skill installation and
removal remain separate, explicit, digest-verified steps.

Scope

This patch adds no protocol revision, diagnostic check, active target authority,
MCP-server mode, marketplace requirement, IDE extension, daemon, SDK, hosted
service, dependency, silent installation, or broad agent-compatibility claim.
The CLI's process, network, credential, tool, side-effect, cleanup, redaction,
and reporter gates remain authoritative if a host ignores an instruction.

Install the exact Cargo version with the committed dependency lock:

cargo install mcp-doctor --version '=0.3.2' --locked