get_fix_commands
Generate safe upgrade commands for vulnerable packages to review before applying fixes. Returns npm install and pip install commands grouped by ecosystem.
Instructions
Get the safe upgrade commands for vulnerable packages WITHOUT executing them. Use this to show the user what will be changed before calling apply_fixes. Returns a list of commands grouped by ecosystem (npm install / pip install).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the project directory. | |
| packages | No | Optional: only return fix commands for these package names. If omitted, returns all fixable packages. | |
| severity_filter | No | Only return fixes for this severity or above. Default: all. |