You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,7 @@ The following sets of tools are available (all are on by default):
269
269
|`context`|**Strongly recommended**: Tools that provide context about the current user and GitHub context you are operating in |
270
270
|`actions`| GitHub Actions workflows and CI/CD operations |
271
271
|`code_security`| Code security related tools, such as GitHub Code Scanning |
272
+
|`dependabot`| Dependabot tools |
272
273
|`discussions`| GitHub Discussions related tools |
273
274
|`experiments`| Experimental features that are not considered stable yet |
274
275
|`issues`| GitHub Issues related tools |
@@ -477,15 +478,15 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
477
478
-**list_workflow_jobs** - List workflow jobs
478
479
-`filter`: Filters jobs by their completed_at timestamp (string, optional)
479
480
-`owner`: Repository owner (string, required)
480
-
-`page`: The page number of the results to fetch (number, optional)
481
-
-`per_page`: The number of results per page (max 100) (number, optional)
481
+
-`page`: Page number for pagination (min 1) (number, optional)
482
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
482
483
-`repo`: Repository name (string, required)
483
484
-`run_id`: The unique identifier of the workflow run (number, required)
484
485
485
486
-**list_workflow_run_artifacts** - List workflow artifacts
486
487
-`owner`: Repository owner (string, required)
487
-
-`page`: The page number of the results to fetch (number, optional)
488
-
-`per_page`: The number of results per page (max 100) (number, optional)
488
+
-`page`: Page number for pagination (min 1) (number, optional)
489
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
489
490
-`repo`: Repository name (string, required)
490
491
-`run_id`: The unique identifier of the workflow run (number, required)
491
492
@@ -494,16 +495,16 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
494
495
-`branch`: Returns workflow runs associated with a branch. Use the name of the branch. (string, optional)
495
496
-`event`: Returns workflow runs for a specific event type (string, optional)
496
497
-`owner`: Repository owner (string, required)
497
-
-`page`: The page number of the results to fetch (number, optional)
498
-
-`per_page`: The number of results per page (max 100) (number, optional)
498
+
-`page`: Page number for pagination (min 1) (number, optional)
499
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
499
500
-`repo`: Repository name (string, required)
500
501
-`status`: Returns workflow runs with the check run status (string, optional)
501
502
-`workflow_id`: The workflow ID or workflow file name (string, required)
502
503
503
504
-**list_workflows** - List workflows
504
505
-`owner`: Repository owner (string, required)
505
-
-`page`: The page number of the results to fetch (number, optional)
506
-
-`per_page`: The number of results per page (max 100) (number, optional)
506
+
-`page`: Page number for pagination (min 1) (number, optional)
507
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
507
508
-`repo`: Repository name (string, required)
508
509
509
510
-**rerun_failed_jobs** - Rerun failed jobs
@@ -555,6 +556,23 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
555
556
556
557
<details>
557
558
559
+
<summary>Dependabot</summary>
560
+
561
+
-**get_dependabot_alert** - Get dependabot alert
562
+
-`alertNumber`: The number of the alert. (number, required)
563
+
-`owner`: The owner of the repository. (string, required)
564
+
-`repo`: The name of the repository. (string, required)
565
+
566
+
-**list_dependabot_alerts** - List dependabot alerts
567
+
-`owner`: The owner of the repository. (string, required)
568
+
-`repo`: The name of the repository. (string, required)
569
+
-`severity`: Filter dependabot alerts by severity (string, optional)
570
+
-`state`: Filter dependabot alerts by state. Defaults to open (string, optional)
571
+
572
+
</details>
573
+
574
+
<details>
575
+
558
576
<summary>Discussions</summary>
559
577
560
578
-**get_discussion** - Get discussion
@@ -614,8 +632,8 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
614
632
-**get_issue_comments** - Get issue comments
615
633
-`issue_number`: Issue number (number, required)
616
634
-`owner`: Repository owner (string, required)
617
-
-`page`: Page number (number, optional)
618
-
-`per_page`: Number of records per page (number, optional)
635
+
-`page`: Page number for pagination (min 1) (number, optional)
636
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
619
637
-`repo`: Repository name (string, required)
620
638
621
639
-**list_issues** - List issues
@@ -904,7 +922,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
904
922
-`page`: Page number for pagination (min 1) (number, optional)
905
923
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
906
924
-`repo`: Repository name (string, required)
907
-
-`sha`: SHAor Branch name (string, optional)
925
+
-`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)
Copy file name to clipboardExpand all lines: docs/remote-server.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Below is a table of available toolsets for the remote GitHub MCP Server. Each to
20
20
| all | All available GitHub MCP tools |https://api.githubcopilot.com/mcp/|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D)|[read-only](https://api.githubcopilot.com/mcp/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Freadonly%22%7D)|
| Code Security | Code security related tools, such as GitHub Code Scanning |https://api.githubcopilot.com/mcp/x/code_security|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-code_security&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcode_security%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/code_security/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-code_security&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fcode_security%2Freadonly%22%7D)|
| Discussions | GitHub Discussions related tools |https://api.githubcopilot.com/mcp/x/discussions|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-discussions&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fdiscussions%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/discussions/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-discussions&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fdiscussions%2Freadonly%22%7D)|
24
25
| Experiments | Experimental features that are not considered stable yet |https://api.githubcopilot.com/mcp/x/experiments|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-experiments&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fexperiments%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/experiments/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-experiments&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fexperiments%2Freadonly%22%7D)|
25
26
| Issues | GitHub Issues related tools |https://api.githubcopilot.com/mcp/x/issues|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-issues&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fissues%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/issues/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-issues&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fissues%2Freadonly%22%7D)|
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/list_commits.snap
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"title": "List commits",
4
4
"readOnlyHint": true
5
5
},
6
-
"description": "Get list of commits of a branch in a GitHub repository",
6
+
"description": "Get list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).",
7
7
"inputSchema": {
8
8
"properties": {
9
9
"author": {
@@ -30,7 +30,7 @@
30
30
"type": "string"
31
31
},
32
32
"sha": {
33
-
"description": "SHAor Branch name",
33
+
"description": "The commit SHA, branch name, or tag name to list commits from. If not specified, defaults to the repository's default branch.",
0 commit comments