scan_dependencies
Scans Maven project dependencies and indexes Java source code for inspection. Optionally forces a refresh of the index.
Instructions
Start or check the background scan of Maven dependencies. The server automatically indexes classes in the background after the first call. Use forceRefresh to rebuild the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Maven project root directory path | |
| forceRefresh | No | Whether to force refresh index | |
| format | No | Output format. Default is text (human-readable). Use json for structured machine-readable data. Use toon for Token-Oriented Object Notation — a compact, LLM-friendly format that reduces tokens by ~40% compared to JSON while preserving structure (https://github.com/toon-format/toon). | text |