We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712cc8 commit 7886936Copy full SHA for 7886936
src/mcp_text_editor/server.py
@@ -140,7 +140,7 @@ def get_tool_description(self) -> Tool:
140
"contents": {"type": "string"},
141
"range_hash": {
142
"type": "string",
143
- "description": "Hash of the content being replaced (required except for new files and append operations)",
+ "description": "Hash of the content being replaced from line_start to line_end (required except for new files and append operations)",
144
},
145
146
"required": ["contents"],
0 commit comments