You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add file system level copy command to provide a faster, more consistent way
to copy files instead of reading and writing entire files.
Features:
- Uses Node.js streams for efficient copying of large files
- Implements recursive directory copying
- Option to preserve file timestamps
- Proper error handling with cleanup
- Security checks through validatePath
Resolvesmodelcontextprotocol#519
Is your feature request related to a problem? Please describe.
Looking for a filesystem level copy command.
Claude will try and write-out entire files, often when a simple
cp
command is faster, consistent, and saves token.The text was updated successfully, but these errors were encountered: