Skip to content

Commit bc6e054

Browse files
committed
Update get_pull_request_files search_pull_requests
1 parent 45bfff6 commit bc6e054

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,10 +531,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
531531
- `query`: Search query using GitHub pull request search syntax (string, required)
532532
- `owner`: Repository owner (string, optional)
533533
- `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)
536535
- `order`: Sort order (string, optional)
537-
- Enum: "asc", "desc"
538536
- `page`: Page number (number, optional)
539537
- `perPage`: Results per page (number, optional)
540538

@@ -552,6 +550,10 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
552550
- `owner`: Repository owner (string, required)
553551
- `repo`: Repository name (string, required)
554552
- `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)
555557

556558
- **get_pull_request_status** - Get the combined status of all status checks for a pull request
557559

0 commit comments

Comments
 (0)