> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stratta.ch/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Notable changes to the Stratta MCP server.

Notable releases of the `@stratta/mcp` package. The package follows
[Semantic Versioning](https://semver.org).

<Update label="0.3.0" description="Figure URLs">
  * `get_figure` now also returns a public **URL** for the image, so Claude can offer a full-size
    view in addition to the inline (base64) image.
  * The tool result includes a Markdown embed hint so clients that support inline images can show
    the figure directly.
</Update>

<Update label="0.2.0" description="Zero-config onboarding">
  * Install without a key: `claude mcp add stratta -- npx -y @stratta/mcp`. You're prompted for
    your API key on first use.
  * New `npx -y @stratta/mcp login` command to save your key ahead of time.
  * The key is stored in `~/.stratta/config.json` (owner-only, mode `0600`). Resolution order:
    `STRATTA_API_KEY` env var → config file → first-use prompt.
</Update>

<Update label="0.1.0" description="First public release">
  * Initial publish of `@stratta/mcp` to npm.
  * 18 tools: 8 for reading norms (methodology, list, table of contents, subtree, section, search,
    figure, cross-references) and 10 for ingesting norms (`ingest_*`).
  * The `ingest-norm` skill ships with the package.
</Update>

<Note>
  Looking for the platform roadmap (billing, more norms, translation)? See
  [Plans](/en/account/plans) and [Supported norms](/en/resources/supported-norms).
</Note>
