Skip to content

Commit 6f18d6b

Browse files
committed
Align legacy issue_write body description with improved text
1 parent 18c2be7 commit 6f18d6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/github/__toolsnaps__/issue_write_ff_remote_mcp_issue_fields.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "array"
2323
},
2424
"body": {
25-
"description": "Issue body content",
25+
"description": "Issue body content (Markdown). On `method=\"update\"`, this REPLACES the entire issue body; use `add_issue_comment` to add a comment without modifying the body.",
2626
"type": "string"
2727
},
2828
"duplicate_of": {

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ Options are:
21192119
},
21202120
"body": {
21212121
Type: "string",
2122-
Description: "Issue body content",
2122+
Description: "Issue body content (Markdown). On `method=\"update\"`, this REPLACES the entire issue body; use `add_issue_comment` to add a comment without modifying the body.",
21232123
},
21242124
"assignees": {
21252125
Type: "array",

0 commit comments

Comments
 (0)