scan_dependencies
List a project's resolved dependencies by parsing its lockfiles and manifests, returning each dependency's name, version, and ecosystem.
Instructions
List a project's resolved dependencies by parsing its lockfiles/manifests (Cargo.lock, package-lock.json, package.json, requirements.txt, go.mod/go.sum). Returns each dependency's name, version, and ecosystem. Use this to give the assistant ground-truth about exactly which packages and versions a project actually uses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project directory. Defaults to the current working directory. |