Infrastructure-only release. No changes to the MCP server's behavior or tool surface — the published npm artifact is functionally identical to v0.1.0. If you've already installed v0.1.0, you don't need to upgrade.
This release exists so the GitHub source tarball includes the container build files (Dockerfile, .dockerignore) and post-launch documentation (SECURITY.md, CLAUDE.md, glama.json), which the Glama MCP directory needs in order to evaluate server coherence and tool definition quality.
Added
- `Dockerfile` — multi-stage `node:20-alpine` build, runs the server over stdio as a non-root user
- `.dockerignore`
- `glama.json` — Glama directory metadata
- `SECURITY.md` — vulnerability reporting policy
- `CLAUDE.md` — repo-internal guide for AI coding assistants
Full changelog: CHANGELOG.md