2026.07.24 — v0.24.0
v0.24.0
Added
-
AsanagiLIS:
--mcp-urlflag to point tool calls at any AsanagiDB MCP server instead of a hardcoded local address.
Fixed
-
A GraphBinary type-handling gap where
clients with no native integer type (like
gremlin-javascript) serialize numeric IDs
and counts as
Doubleinstead ofInt/Long— silently brokeV(id),E(id),hasId(),addE().to()/.from(),mergeE's endpoints,limit(),range(),skip(),tail(), andrepeat().times(). Java and Go clients were unaffected. -
containing(),startingWith(),endingWith(), and theirnot*variants were case-sensitive despitememory_search's own tool description promising fuzzy matching. Now case-insensitive (ASCII).