mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
limitations added to readme
This commit is contained in:
@@ -42,7 +42,11 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
|
||||
- Simple substring matching for finding text
|
||||
- Git-style preview format for changes
|
||||
- Preview changes with dry run mode
|
||||
- Preserves original file formatting and indentation
|
||||
- Preserves consistent indentation patterns
|
||||
- Limitations:
|
||||
- Intended for content changes, not code formatting
|
||||
- Mixed tabs/spaces can cause pattern matching issues
|
||||
- Use code formatters (e.g., Prettier, ESLint) before content edits
|
||||
- Inputs:
|
||||
- `path` (string): File to edit
|
||||
- `edits` (array): List of edit operations
|
||||
|
||||
Reference in New Issue
Block a user