Patch release.
- Correct version reporting — the server announced itself as
0.1.0to MCP clients regardless of the release it came from. The version is now generated from the build, so it cannot drift again. - Container images —
ghcr.io/mikhailhal/ariadneis 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_pathNo analysis behavior changed since 0.3.0.
Install
brew install mikhailhal/tap/ariadne # or: brew upgrade ariadne
claude mcp add ariadne -- ariadneFull Changelog: v0.3.0...v0.3.1
🤖 Generated with Claude Code