remove_directory
Delete a directory by specifying its path. Optionally, remove its contents recursively using the recursive parameter. Part of the File Operations MCP Server for managing files and directories efficiently.
Instructions
Remove a directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the directory to remove | |
recursive | No | Remove directory contents recursively |