We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92e445 commit f810b65Copy full SHA for f810b65
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