Skip to content

v0.3.1

Latest

Choose a tag to compare

@MikhailHal MikhailHal released this 20 Jul 09:52

Patch release.

  • Correct version reporting — the server announced itself as 0.1.0 to MCP clients regardless of the release it came from. The version is now generated from the build, so it cannot drift again.
  • Container imagesghcr.io/mikhailhal/ariadne is now published on every release. The image carries the MCP Registry ownership label and bundles git, so a mounted project can be analyzed directly:
docker run -i --rm -v /path/to/project:/workspace ghcr.io/mikhailhal/ariadne:0.3.1
# then pass /workspace as project_path

No analysis behavior changed since 0.3.0.

Install

brew install mikhailhal/tap/ariadne   # or: brew upgrade ariadne
claude mcp add ariadne -- ariadne

Full Changelog: v0.3.0...v0.3.1

🤖 Generated with Claude Code