mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-14 03:17:28 +00:00
85de47e121
export.py: to_json now accepts community_labels and writes community_name onto each node. Previously cluster-only wrote labels only to GRAPH_REPORT.md, graph.html, and .graphify_labels.json — graph.json stored only the numeric cid, so query/MCP showed blank or numeric community values (#1305). __main__.py: pass community_labels=labels to to_json in cluster-only path. explain command now prefers community_name over raw numeric community field. serve.py: query and get_node read paths prefer community_name over community, with fallback so old graphs without the field still work. Adds --graph flag as an alias for the positional argument in graphify-mcp/_main(), fixing "unrecognized arguments: --graph" for users following the documented pattern shared by every other graphify subcommand (#1304). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>