axiom_graph_build¶
- axiom_graph.mcp.server.axiom_graph_build(project_root, verbose=False)¶
Run axiom-graph build (discovery-only) for a project.
Only nodes that have never been indexed are inserted, preserving
CONTENT_UPDATED/NOT_FOUNDsignals. Edges are updated in all cases.- Parameters:
- project_root str
Absolute path to the project to index.
- verbose bool
When
True, include all warning details. DefaultFalseshows only the warning count.
- Return type:
str