docs: add --graph flag example to graphify-mcp usage (#1304)

This commit is contained in:
Safi
2026-06-13 19:44:36 +01:00
parent a4f3e862b2
commit fd470faeee
+1
View File
@@ -349,6 +349,7 @@ graphify query "what connects DigestAuth to Response?" --graph graphify-out/grap
# expose the graph as an MCP server (for repeated tool-call access)
python -m graphify.serve graphify-out/graph.json
python -m graphify.serve --graph graphify-out/graph.json # --graph flag also accepted
# register with Kimi Code:
kimi mcp add --transport stdio graphify -- python -m graphify.serve graphify-out/graph.json