Skip to content

Commit b34aaf6

Browse files
committed
docs: update description for FileApplyPatchChunk changes field
1 parent 3335281 commit b34aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpServer/Action/Tools/Filesystem/Dto/FileApplyPatchChunk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(
1717
* @var string[]
1818
*/
1919
#[Field(
20-
description: 'Array of change lines: " " for context, "+" for additions, "-" for deletions',
20+
description: 'Array of change lines: " " for context, "+" for additions, "-" for deletions. Pay attention to the indentation level. You need to provide the same indentation level as in the original file.',
2121
)]
2222
public array $changes,
2323
) {}

0 commit comments

Comments
 (0)