@@ -531,10 +531,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
531
531
- ` query ` : Search query using GitHub pull request search syntax (string, required)
532
532
- ` owner ` : Repository owner (string, optional)
533
533
- ` repo ` : Repository name (string, optional)
534
- - ` sort ` : Sort field by number of matches of categories, defaults to best match (string, optional)
535
- - Enum: "comments", "reactions", "reactions-+1", "reactions--1", "reactions-smile", "reactions-thinking_face", "reactions-heart", "reactions-tada", "interactions", "created", "updated"
534
+ - ` sort ` : Sort field (string, optional)
536
535
- ` order ` : Sort order (string, optional)
537
- - Enum: "asc", "desc"
538
536
- ` page ` : Page number (number, optional)
539
537
- ` perPage ` : Results per page (number, optional)
540
538
@@ -552,6 +550,10 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
552
550
- ` owner ` : Repository owner (string, required)
553
551
- ` repo ` : Repository name (string, required)
554
552
- ` pullNumber ` : Pull request number (number, required)
553
+ - ` sort ` : Sort field (string, optional)
554
+ - ` direction ` : Sort direction (string, optional)
555
+ - ` perPage ` : Results per page (number, optional)
556
+ - ` page ` : Page number (number, optional)
555
557
556
558
- ** get_pull_request_status** - Get the combined status of all status checks for a pull request
557
559