Skip to content

Commit 5eb41ba

Browse files
committed
docs(README): remove redundant key settings section for Claude.app to streamline documentation and focus on essential information
1 parent 5de81d4 commit 5eb41ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ code ~/Library/Application\ Support/Claude/claude_desktop_config.json
2626
}
2727
```
2828

29-
Key settings for Claude.app:
30-
- Set appropriate `file_extensions` to limit file access
31-
- Adjust `max_file_size` based on your needs
32-
- Configure `max_lines_per_request` to control token usage
33-
- Use line ranges to minimize token consumption when reading large files
34-
3529
## Overview
3630

3731
MCP Text Editor Server is designed to facilitate safe and efficient line-based text file operations in a client-server architecture. It implements the Model Context Protocol, ensuring reliable file editing with robust conflict detection and resolution. The line-oriented approach makes it ideal for applications requiring synchronized file access, such as collaborative editing tools, automated text processing systems, or any scenario where multiple processes need to modify text files safely. The partial file access capability is particularly valuable for LLM-based tools, as it helps reduce token consumption by loading only the necessary portions of files.

0 commit comments

Comments
 (0)