Skip to content

Commit 41b5993

Browse files
Update pkg/github/pullrequests.go
1 parent 5a7d13c commit 41b5993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/pullrequests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func ListPullRequests(getClient GetClientFn, t translations.TranslationHelperFun
211211
mcp.Description("Filter by base branch"),
212212
),
213213
mcp.WithString("sort",
214-
mcp.Description("Sort by category"),
214+
mcp.Description("Sort by"),
215215
mcp.Enum("created", "updated", "popularity", "long-running"),
216216
),
217217
mcp.WithString("direction",

0 commit comments

Comments
 (0)