mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 18:37:12 +00:00
docs: add --graph flag example to graphify-mcp usage (#1304)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user