Skip to content

Commit 2928235

Browse files
committed
add missing enum
1 parent 8cdb89b commit 2928235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/github/pullrequests.go

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ func ListPullRequests(getClient GetClientFn, t translations.TranslationHelperFun
216216
),
217217
mcp.WithString("direction",
218218
mcp.Description("Sort direction."),
219+
mcp.Enum("asc", "desc"),
219220
),
220221
WithPagination(),
221222
),

0 commit comments

Comments
 (0)