install_dependencies
Automatically install all project dependencies for a specified path, ensuring readiness for development tasks. Simplifies dependency management for AI-assisted coding workflows.
Instructions
Install all project dependencies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Project path |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Project path",
"type": "string"
}
},
"type": "object"
}