create_directory
Create a new directory at a specified path, handling absolute, relative, and home-directory paths within allowed project folders.
Instructions
Creates a new directory within allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to create. Can be absolute, relative to active directory, or use ~ for home directory. |