Skip to content

Commit 0fbb923

Browse files
committed
revert perPage description
1 parent 5963ed8 commit 0fbb923

16 files changed

+34
-34
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,14 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
479479
- `filter`: Filters jobs by their completed_at timestamp (string, optional)
480480
- `owner`: Repository owner (string, required)
481481
- `page`: Page number for pagination (min 1) (number, optional)
482-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
482+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
483483
- `repo`: Repository name (string, required)
484484
- `run_id`: The unique identifier of the workflow run (number, required)
485485

486486
- **list_workflow_run_artifacts** - List workflow artifacts
487487
- `owner`: Repository owner (string, required)
488488
- `page`: Page number for pagination (min 1) (number, optional)
489-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
489+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
490490
- `repo`: Repository name (string, required)
491491
- `run_id`: The unique identifier of the workflow run (number, required)
492492

@@ -496,15 +496,15 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
496496
- `event`: Returns workflow runs for a specific event type (string, optional)
497497
- `owner`: Repository owner (string, required)
498498
- `page`: Page number for pagination (min 1) (number, optional)
499-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
499+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
500500
- `repo`: Repository name (string, required)
501501
- `status`: Returns workflow runs with the check run status (string, optional)
502502
- `workflow_id`: The workflow ID or workflow file name (string, required)
503503

504504
- **list_workflows** - List workflows
505505
- `owner`: Repository owner (string, required)
506506
- `page`: Page number for pagination (min 1) (number, optional)
507-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
507+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
508508
- `repo`: Repository name (string, required)
509509

510510
- **rerun_failed_jobs** - Rerun failed jobs
@@ -633,15 +633,15 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
633633
- `issue_number`: Issue number (number, required)
634634
- `owner`: Repository owner (string, required)
635635
- `page`: Page number for pagination (min 1) (number, optional)
636-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
636+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
637637
- `repo`: Repository name (string, required)
638638

639639
- **list_issues** - List issues
640640
- `direction`: Sort direction (string, optional)
641641
- `labels`: Filter by labels (string[], optional)
642642
- `owner`: Repository owner (string, required)
643643
- `page`: Page number for pagination (min 1) (number, optional)
644-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
644+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
645645
- `repo`: Repository name (string, required)
646646
- `since`: Filter by date (ISO 8601 timestamp) (string, optional)
647647
- `sort`: Sort order (string, optional)
@@ -651,7 +651,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
651651
- `order`: Sort order (string, optional)
652652
- `owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
653653
- `page`: Page number for pagination (min 1) (number, optional)
654-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
654+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
655655
- `query`: Search query using GitHub issues search syntax (string, required)
656656
- `repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
657657
- `sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
@@ -685,7 +685,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
685685
- `filter`: Filter notifications to, use default unless specified. Read notifications are ones that have already been acknowledged by the user. Participating notifications are those that the user is directly involved in, such as issues or pull requests they have commented on or created. (string, optional)
686686
- `owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
687687
- `page`: Page number for pagination (min 1) (number, optional)
688-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
688+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
689689
- `repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
690690
- `since`: Only show notifications updated after the given time (ISO 8601 format) (string, optional)
691691

@@ -712,7 +712,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
712712
- **search_orgs** - Search organizations
713713
- `order`: Sort order (string, optional)
714714
- `page`: Page number for pagination (min 1) (number, optional)
715-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
715+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
716716
- `query`: Search query using GitHub organizations search syntax scoped to type:org (string, required)
717717
- `sort`: Sort field by category (string, optional)
718718

@@ -781,7 +781,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
781781
- **get_pull_request_files** - Get pull request files
782782
- `owner`: Repository owner (string, required)
783783
- `page`: Page number for pagination (min 1) (number, optional)
784-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
784+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
785785
- `pullNumber`: Pull request number (number, required)
786786
- `repo`: Repository name (string, required)
787787

@@ -801,7 +801,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
801801
- `head`: Filter by head user/org and branch (string, optional)
802802
- `owner`: Repository owner (string, required)
803803
- `page`: Page number for pagination (min 1) (number, optional)
804-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
804+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
805805
- `repo`: Repository name (string, required)
806806
- `sort`: Sort by (string, optional)
807807
- `state`: Filter by state (string, optional)
@@ -823,7 +823,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
823823
- `order`: Sort order (string, optional)
824824
- `owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
825825
- `page`: Page number for pagination (min 1) (number, optional)
826-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
826+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
827827
- `query`: Search query using GitHub pull request search syntax (string, required)
828828
- `repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
829829
- `sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
@@ -893,7 +893,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
893893
- **get_commit** - Get commit details
894894
- `owner`: Repository owner (string, required)
895895
- `page`: Page number for pagination (min 1) (number, optional)
896-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
896+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
897897
- `repo`: Repository name (string, required)
898898
- `sha`: Commit SHA, branch name, or tag name (string, required)
899899

@@ -912,21 +912,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
912912
- **list_branches** - List branches
913913
- `owner`: Repository owner (string, required)
914914
- `page`: Page number for pagination (min 1) (number, optional)
915-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
915+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
916916
- `repo`: Repository name (string, required)
917917

918918
- **list_commits** - List commits
919919
- `author`: Author username or email address to filter commits by (string, optional)
920920
- `owner`: Repository owner (string, required)
921921
- `page`: Page number for pagination (min 1) (number, optional)
922-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
922+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
923923
- `repo`: Repository name (string, required)
924924
- `sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
925925

926926
- **list_tags** - List tags
927927
- `owner`: Repository owner (string, required)
928928
- `page`: Page number for pagination (min 1) (number, optional)
929-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
929+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
930930
- `repo`: Repository name (string, required)
931931

932932
- **push_files** - Push files to repository
@@ -939,13 +939,13 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
939939
- **search_code** - Search code
940940
- `order`: Sort order (string, optional)
941941
- `page`: Page number for pagination (min 1) (number, optional)
942-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
942+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
943943
- `q`: Search query using GitHub code search syntax (string, required)
944944
- `sort`: Sort field ('indexed' only) (string, optional)
945945

946946
- **search_repositories** - Search repositories
947947
- `page`: Page number for pagination (min 1) (number, optional)
948-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
948+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
949949
- `query`: Search query (string, required)
950950

951951
</details>
@@ -975,7 +975,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
975975
- **search_users** - Search users
976976
- `order`: Sort order (string, optional)
977977
- `page`: Page number for pagination (min 1) (number, optional)
978-
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
978+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
979979
- `query`: Search query using GitHub users search syntax scoped to type:user (string, required)
980980
- `sort`: Sort field by category (string, optional)
981981

pkg/github/__toolsnaps__/get_commit.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "number"
1717
},
1818
"perPage": {
19-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
19+
"description": "Results per page for pagination (min 1, max 100)",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/get_issue_comments.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "number"
2121
},
2222
"perPage": {
23-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
23+
"description": "Results per page for pagination (min 1, max 100)",
2424
"maximum": 100,
2525
"minimum": 1,
2626
"type": "number"

pkg/github/__toolsnaps__/get_pull_request_files.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "number"
1717
},
1818
"perPage": {
19-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
19+
"description": "Results per page for pagination (min 1, max 100)",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/list_branches.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "number"
1717
},
1818
"perPage": {
19-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
19+
"description": "Results per page for pagination (min 1, max 100)",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/list_commits.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "number"
2121
},
2222
"perPage": {
23-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
23+
"description": "Results per page for pagination (min 1, max 100)",
2424
"maximum": 100,
2525
"minimum": 1,
2626
"type": "number"

pkg/github/__toolsnaps__/list_issues.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "number"
3232
},
3333
"perPage": {
34-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
34+
"description": "Results per page for pagination (min 1, max 100)",
3535
"maximum": 100,
3636
"minimum": 1,
3737
"type": "number"

pkg/github/__toolsnaps__/list_notifications.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type": "number"
3030
},
3131
"perPage": {
32-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
32+
"description": "Results per page for pagination (min 1, max 100)",
3333
"maximum": 100,
3434
"minimum": 1,
3535
"type": "number"

pkg/github/__toolsnaps__/list_pull_requests.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "number"
3333
},
3434
"perPage": {
35-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
35+
"description": "Results per page for pagination (min 1, max 100)",
3636
"maximum": 100,
3737
"minimum": 1,
3838
"type": "number"

pkg/github/__toolsnaps__/list_tags.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "number"
1717
},
1818
"perPage": {
19-
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
19+
"description": "Results per page for pagination (min 1, max 100)",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

0 commit comments

Comments
 (0)