Bug fixes
graphify querycrashes with ValueError on MultiGraph —G.edges[u, v]replaced withG[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-outbase from the absolute path, not CWD (#309) .graphifyignorepatterns from a parent directory now fire correctly when graphify is run on a subfolder (#303)
pip install --upgrade graphifyy