Skip to content

26.7.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:18

26.7.2 — Docker-first docs & one-click install uplift (docs/infra only)

What changed

Rollout of the org-wide MCP repo improvement plan, adapted for this Docker-first
product (the packed tool exceeds NuGet.org's 250 MB limit — no dnx/NuGet path).
No server code changes.

  • README rewritten Docker-first: the dnx / dotnet tool install instructions —
    which could not work, since the package is not on NuGet — are replaced by the
    GHCR docker run path with the why-and-when-it-reverts note. Claude Desktop and
    VS Code sections now show docker-command configs. Added badge row (GHCR, MCP
    Registry OCI, Tests CI, MIT), one-click VS Code / Cursor buttons (docker-mode
    deeplinks), and a Licensing section (evaluation limits, license mounting,
    temporary-license / purchase links).
  • install/config.json + docker-aware install/generate-install-links.ps1
    (superset of the wave-1 generator: emits docker-command snippets for every
    client) + CI drift guard in build_packages.yml.
  • Hygiene: SECURITY.md, CONTRIBUTING.md, issue templates, smithery.yaml
    (docker command), llms.txt rewritten Docker-first with licensing, .vscode/mcp.json
    published (docker) entry, GitHub topics.

Why

The published install instructions actively misled users toward a dnx command that
fails (no NuGet package exists). Docker-first docs match how the product actually ships.

Migration / impact

Drop-in — the server binary is identical to 26.7.1 apart from the version stamp.

Full Changelog: 26.7.1...26.7.2