Skip to content

Commit

Permalink
limitations added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdad committed Dec 3, 2024
1 parent da0ef81 commit de49769
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de49769

Please sign in to comment.