fast_batch_file_operations
Perform batch file operations like copy, move, delete, and rename with options for error handling, dry runs, and backups using the fast-filesystem-mcp server.
Instructions
여러 파일에 대한 일괄 작업을 수행합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
create_backup | No | 변경 전 백업 생성 | |
dry_run | No | 실제 실행 없이 미리보기 | |
operations | Yes | 일괄 작업 목록 | |
stop_on_error | No | 에러 발생시 중단 |