Skip to content

bookstack-mcp v0.13.2

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:10
v0.13.2
7d190b6

Container images

docker pull ghcr.io/bees-roadhouse/bsmcp-server:0.13.2
docker pull ghcr.io/bees-roadhouse/bsmcp-embedder:0.13.2

Breaking change (v0.13.0): bsmcp-worker was folded into bsmcp-embedder. The embedder image now accepts --role={embedder|worker|both} (CLI flag, primary) or BSMCP_ROLE (env fallback); default is embedder. For one release only, ghcr.io/bees-roadhouse/bsmcp-worker:<tag> is published as a registry alias of ghcr.io/bees-roadhouse/bsmcp-embedder:<tag> so existing compose files keep pulling. The alias is removed in v0.14.0. See the README's "From v0.12.x to v0.13.0" entry for compose changes.

Native binaries (bsmcp-server only)

Server binaries for common platforms are attached below. The embedder is not released as a bare binary because of its ONNX Runtime dependency — use the container image instead.

What's Changed

  • bug(worker,common): index shelf-less books, retry delta-walk page failures, fix pagination truncation (closes #147) by @Gumbees in #149
  • bug(embedder,acl,server): stop cancelled acl_reconcile stalling the embed queue (closes #148) by @Gumbees in #150

Full Changelog: v0.13.1...v0.13.2