create_directory
Create directories and their parent folders automatically within allowed paths using the Filesystem MCP Server. Ensures path compliance and handles existing directories without errors.
Instructions
Create a directory, including any necessary parent directories.
Args: path (str): Directory path to create (absolute or relative to allowed directories)
Returns: str: Success message with created directory path, or error message if failed
Note:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |