0.25.0 - 2026-08-16
Release Notes
Added
-
kb-mcp graph --format dotand--format svg(E-3). The walk's value is
its shape, and neither existing format showed it:jsonandtextlist the
same nodes without saying where the search branched.dotemits a Graphviz program to pipe atdot -Tsvg, open in a DOT viewer,
or paste into a web one.svgis a finished drawing that needs nothing
installed — which is the point of having it. Nodes are coloured by BFS
depth, edges carry the similarity score, and both formats state when a limit
cut the walk short, so a picture is never read as the whole neighbourhood.No drawing dependency was added. A general graph would need a layout
engine, but this one is a tree — each node carries a singleparent_idand
the walk never reaches a node twice — so depth becomes the column and sibling
order the row, in one pass. The candidate crate was also last published 16
months ago; not needing it at all is the better answer.The formats live on a
graph-only enum. Sharingsearch's would have grown a
search --format dotwith no graph to draw.Escaping is worth a note for anyone extending this: the DOT grammar says the
only escape inside a quoted string is\", so a backslash is not an escape
character to the lexer — while the label renderer does read\nand\las
directives. On the reference corpus 74 of 8773 headings contain a double quote
and 4 contain a backslash, so both paths run on the first real graph rather
than in theory.
kb-mcp 0.25.0
Download kb-mcp 0.25.0
| File | Platform | Checksum |
|---|---|---|
| kb-mcp-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| kb-mcp-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| kb-mcp-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| kb-mcp-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
kb-mcp-tray 0.25.0
Download kb-mcp-tray 0.25.0
| File | Platform | Checksum |
|---|---|---|
| kb-mcp-tray-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
kb-mcp-svc 0.25.0
Download kb-mcp-svc 0.25.0
| File | Platform | Checksum |
|---|---|---|
| kb-mcp-svc-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |