toolsnaps, docs · github/github-mcp-server@26322aa · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit 26322aa

Browse files
committed
toolsnaps, docs
1 parent b1da114 commit 26322aa

16 files changed

+39
-39
lines changed

README.md

Lines changed: 22 additions & 22 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) (number, optional)
482+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
489+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
499+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
507+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
636+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
644+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
654+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
688+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
715+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
784+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
804+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
826+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
896+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
897897
- `repo`: Repository name (string, required)
898898
- `sha`: Commit SHA, branch name, or tag name (string, required)
899899

@@ -902,7 +902,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
902902
- `path`: Path to file/directory (directories must end with a slash '/') (string, required)
903903
- `ref`: Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head` (string, optional)
904904
- `repo`: Repository name (string, required)
905-
- `sha`: Accepts optional git sha, if sha is specified it will be used instead of ref (string, optional)
905+
- `sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
906906

907907
- **get_tag** - Get tag details
908908
- `owner`: Repository owner (string, required)
@@ -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) (number, optional)
915+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
916916
- `repo`: Repository name (string, required)
917917

918918
- **list_commits** - List commits
919-
- `author`: Author username or email address (string, optional)
919+
- `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) (number, optional)
922+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
923923
- `repo`: Repository name (string, required)
924-
- `sha`: The commit SHA, branch name, or tag name to list commits from. If not specified, defaults to the repository's default branch. (string, optional)
924+
- `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) (number, optional)
929+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
942+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
948+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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) (number, optional)
978+
- `perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (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)",
19+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/get_file_contents.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type": "string"
2424
},
2525
"sha": {
26-
"description": "Accepts optional git sha, if sha is specified it will be used instead of ref",
26+
"description": "Accepts optional commit SHA. If specified, it will be used instead of ref",
2727
"type": "string"
2828
}
2929
},

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)",
23+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
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)",
19+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
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)",
19+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/list_commits.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inputSchema": {
88
"properties": {
99
"author": {
10-
"description": "Author username or email address",
10+
"description": "Author username or email address to filter commits by",
1111
"type": "string"
1212
},
1313
"owner": {
@@ -20,7 +20,7 @@
2020
"type": "number"
2121
},
2222
"perPage": {
23-
"description": "Results per page for pagination (min 1, max 100)",
23+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2424
"maximum": 100,
2525
"minimum": 1,
2626
"type": "number"
@@ -30,7 +30,7 @@
3030
"type": "string"
3131
},
3232
"sha": {
33-
"description": "The commit SHA, branch name, or tag name to list commits from. If not specified, defaults to the repository's default branch.",
33+
"description": "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.",
3434
"type": "string"
3535
}
3636
},

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)",
34+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
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)",
32+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
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)",
35+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
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)",
19+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2020
"maximum": 100,
2121
"minimum": 1,
2222
"type": "number"

pkg/github/__toolsnaps__/search_code.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)",
23+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2424
"maximum": 100,
2525
"minimum": 1,
2626
"type": "number"

pkg/github/__toolsnaps__/search_issues.snap

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

pkg/github/__toolsnaps__/search_pull_requests.snap

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

pkg/github/__toolsnaps__/search_repositories.snap

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

pkg/github/__toolsnaps__/search_users.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)",
23+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
2424
"maximum": 100,
2525
"minimum": 1,
2626
"type": "number"

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.