index_codebase
Scan and index JavaScript/TypeScript, Java, and Python source files by providing one or more workspace paths to enable symbol and dependency querying.
Instructions
Scan and index JavaScript/TypeScript, Java, and Python files. Accepts one or more workspace paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignoreGlobs | No | Additional ignore glob patterns for this operation. | |
| forceReindex | No | If true, reindex every file even when mtime has not changed. | |
| workspacePath | No | Single absolute workspace path (use workspacePaths to supply multiple). | |
| workspacePaths | No | Absolute paths to the workspaces to operate on. |