create_directory
Create specified directories and their parent paths securely within allowed roots using the Filesystem MCP Server. Returns success or error message based on operation outcome.
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: - Path must be within allowed directory roots - Creates parent directories if they don't exist - No error if directory already exists
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |