We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdb89b commit 2928235Copy full SHA for 2928235
1 file changed
pkg/github/pullrequests.go
@@ -216,6 +216,7 @@ func ListPullRequests(getClient GetClientFn, t translations.TranslationHelperFun
216
),
217
mcp.WithString("direction",
218
mcp.Description("Sort direction."),
219
+ mcp.Enum("asc", "desc"),
220
221
WithPagination(),
222
0 commit comments