Bug fixes
graphify query crashes with ValueError on MultiGraph — G.edges[u, v] replaced with G[u][v] + MultiGraph guard (#305)
- AttributeError: 'NoneType' has no attribute 'lower' in serve.py when a node has a null
source_file (#307)
- MCP server launched from a different directory now correctly derives the
graphify-out base from the absolute path, not CWD (#309)
.graphifyignore patterns from a parent directory now fire correctly when graphify is run on a subfolder (#303)
pip install --upgrade graphifyy