get_indexing_status
Retrieve the indexing status of your codebase—state, statistics, and progress. Use this to check if indexing is complete and your project context is ready.
Instructions
Routes to the active/current project automatically when known. Get current indexing status: state, statistics, and progress. Use refresh_index to manually trigger re-indexing when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project selector for this call. Accepts a project root path, file path, file:// URI, or a relative subproject path under a configured root. | |
| project_directory | No | Deprecated compatibility alias for older clients. Prefer project. |