Skip to content

Releases: ni-c/calibreweb-mcp

Release list

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:04
v0.1.2
752ddb6

Fixed

  • Tag stripping in summaries now runs to a fixpoint, so overlapping constructs
    like <<script>script> can no longer reassemble into markup
    (CodeQL js/incomplete-multi-character-sanitization). Defense-in-depth: the
    output is plain text, but an MCP client rendering results as markdown could
    have interpreted leftover HTML.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:57
v0.1.1
4f2c215

Added

  • Documentation site at calibreweb-mcp.ni-c.de
    with a full tools reference and a reproducible demo recording (the demo runs
    against a bundled fixture library, no Calibre-Web instance needed).
  • Release pipeline: npm publishing via Trusted Publishing with provenance,
    GitHub releases from the changelog, MCP registry submission, and a multi-arch
    container image on GHCR with SBOM and build provenance.