Skip to content

Commit cccc050

Browse files
committed
Formatting fixes
1 parent 66ef214 commit cccc050

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/github/issues.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ func IssueRead(getClient GetClientFn, getGQLClient GetGQLClientFn, t translation
237237
mcp.Required(),
238238
mcp.Description(`The read operation to perform on a single issue.
239239
Options are:
240-
1. 'get' - get issue details
241-
2. 'get_comments' - get issue comments
242-
3. 'get_sub_issues' - list sub-issues of the issue
243-
4. 'get_labels' - list labels assigned to the issue
240+
1. get - Get details of a specific issue.
241+
2. get_comments - Get issue comments.
242+
3. get_sub_issues - Get sub-issues of the issue.
243+
4. get_labels - Get labels assigned to the issue.
244244
`),
245245

246246
mcp.Enum("get", "get_comments", "get_sub_issues", "get_labels"),

0 commit comments

Comments
 (0)