8000 add missing enum · github/github-mcp-server@2928235 · GitHub
[go: up one dir, main page]

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

pkg/github/pullrequests.go

Lines changed: 1 addition & 0 deletions
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)
0