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
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,7 @@ The following sets of tools are available (all are on by default):
293
293
|`repos`| GitHub Repository related tools |
294
294
|`secret_protection`| Secret protection related tools, such as GitHub Secret Scanning |
295
295
|`security_advisories`| Security advisories related tools |
296
+
|`stargazers`| GitHub Stargazers related tools |
296
297
|`users`| GitHub User related tools |
297
298
<!-- END AUTOMATED TOOLSETS -->
298
299
@@ -940,13 +941,6 @@ The following sets of tools are available (all are on by default):
940
941
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
941
942
-`repo`: Repository name (string, required)
942
943
943
-
-**list_starred_repositories** - List starred repositories
944
-
-`direction`: The direction to sort the results by. (string, optional)
945
-
-`page`: Page number for pagination (min 1) (number, optional)
946
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
947
-
-`sort`: How to sort the results. Can be either 'created' (when the repository was starred) or 'updated' (when the repository was last pushed to). (string, optional)
948
-
-`username`: Username to list starred repositories for. Defaults to the authenticated user. (string, optional)
949
-
950
944
-**list_tags** - List tags
951
945
-`owner`: Repository owner (string, required)
952
946
-`page`: Page number for pagination (min 1) (number, optional)
@@ -973,14 +967,6 @@ The following sets of tools are available (all are on by default):
973
967
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
@@ -1038,6 +1024,27 @@ The following sets of tools are available (all are on by default):
1038
1024
1039
1025
<details>
1040
1026
1027
+
<summary>Stargazers</summary>
1028
+
1029
+
-**list_starred_repositories** - List starred repositories
1030
+
-`direction`: The direction to sort the results by. (string, optional)
1031
+
-`page`: Page number for pagination (min 1) (number, optional)
1032
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
1033
+
-`sort`: How to sort the results. Can be either 'created' (when the repository was starred) or 'updated' (when the repository was last pushed to). (string, optional)
1034
+
-`username`: Username to list starred repositories for. Defaults to the authenticated user. (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
@@ -34,6 +34,7 @@ Below is a table of available toolsets for the remote GitHub MCP Server. Each to
34
34
| Repositories | GitHub Repository related tools |https://api.githubcopilot.com/mcp/x/repos|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-repos&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Frepos%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/repos/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-repos&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Frepos%2Freadonly%22%7D)|
35
35
| Secret Protection | Secret protection related tools, such as GitHub Secret Scanning |https://api.githubcopilot.com/mcp/x/secret_protection|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-secret_protection&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fsecret_protection%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/secret_protection/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-secret_protection&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fsecret_protection%2Freadonly%22%7D)|
36
36
| Security Advisories | Security advisories related tools |https://api.githubcopilot.com/mcp/x/security_advisories|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-security_advisories&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fsecurity_advisories%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/security_advisories/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-security_advisories&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fsecurity_advisories%2Freadonly%22%7D)|
37
+
| Stargazers | GitHub Stargazers related tools |https://api.githubcopilot.com/mcp/x/stargazers|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-stargazers&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fstargazers%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/stargazers/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-stargazers&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fstargazers%2Freadonly%22%7D)|
37
38
| Users | GitHub User related tools |https://api.githubcopilot.com/mcp/x/users|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-users&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fusers%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/users/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-users&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fusers%2Freadonly%22%7D)|
0 commit comments