axiom_graph_history¶
- axiom_graph.mcp.server.axiom_graph_history(project_root, node_id='', max_results=10, offset=0, node_ids=None, limit=None)¶
Show the change history for a single node.
- Parameters:
- project_root str
Absolute path to the indexed project.
- node_id str
The node to inspect.
- max_results int
Number of history entries to return (default 10, max 100).
- offset int
Number of entries to skip (default 0).
- node_ids list[str] | None
Optional list of node IDs for batch operation. When provided,
node_idis ignored.- limit int | None
Deprecated alias for max_results.
- Return type:
str