Rebuilds the code graph and search index for the entire workspace. By default runs incrementally (only processing changed files). Use force: true for a complete rebuild from scratch.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
force | boolean | no | false | When true, performs a full reindex from scratch instead of incremental |
Natural language:
Update the index with recent changes
MCP call:
{
"tool": "stellarion_reindex_workspace",
"arguments": {}
}
Natural language:
Rebuild the entire index from scratch
MCP call:
{
"tool": "stellarion_reindex_workspace",
"arguments": {
"force": true
}
}
Returns indexing progress and summary:
force: true after major refactors, branch switches, or if you suspect index issues.