Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy for Filesystem #519

Open
dhodun opened this issue Jan 14, 2025 · 0 comments
Open

Copy for Filesystem #519

dhodun opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dhodun
Copy link

dhodun commented Jan 14, 2025

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.

@dhodun dhodun added the enhancement New feature or request label Jan 14, 2025
dhodun pushed a commit to dhodun/servers that referenced this issue Jan 14, 2025
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

Resolves modelcontextprotocol#519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant