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
-`bypass_actors`: The actors that can bypass the rules in this ruleset (object[], optional)
861
+
-`conditions`: Conditions for when this ruleset applies (object, optional)
862
+
-`enforcement`: The enforcement level of the ruleset. Can be 'disabled', 'active', or 'evaluate' (string, required)
863
+
-`name`: The name of the ruleset (string, required)
864
+
-`owner`: Repository owner (string, required)
865
+
-`repo`: Repository name (string, required)
866
+
-`rules`: An array of rules within the ruleset (object[], required)
867
+
-`target`: The target of the ruleset. Defaults to 'branch'. Can be one of: 'branch', 'tag', or 'push' (string, optional)
868
+
815
869
-**delete_file** - Delete file
816
870
-`branch`: Branch to delete the file from (string, required)
817
871
-`message`: Commit message (string, required)
@@ -838,6 +892,15 @@ The following sets of tools are available (all are on by default):
838
892
-`repo`: Repository name (string, required)
839
893
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
840
894
895
+
-**get_repository_custom_properties** -
896
+
-`owner`: Repository owner (string, required)
897
+
-`repo`: Repository name (string, required)
898
+
899
+
-**get_repository_rule_suite** - Get repository rule suite
900
+
-`owner`: Repository owner (string, required)
901
+
-`repo`: Repository name (string, required)
902
+
-`ruleSuiteId`: Rule suite ID (number, required)
903
+
841
904
-**get_repository_rules_for_branch** - Get rules for branch
842
905
-`branch`: Branch name (string, required)
843
906
-`owner`: Repository owner (string, required)
@@ -870,6 +933,16 @@ The following sets of tools are available (all are on by default):
870
933
-`repo`: Repository name (string, required)
871
934
-`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)
872
935
936
+
-**list_repository_rule_suites** - List repository rule suites
937
+
-`actorName`: The handle for the GitHub user account to filter on (string, optional)
938
+
-`owner`: Repository owner (string, required)
939
+
-`page`: Page number for pagination (min 1) (number, optional)
940
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
941
+
-`ref`: The name of the ref (branch, tag, etc.) to filter rule suites by (string, optional)
942
+
-`repo`: Repository name (string, required)
943
+
-`ruleSuiteResult`: The rule suite result to filter by. Options: pass, fail, bypass (string, optional)
944
+
-`timePeriod`: The time period to filter by. Options: hour, day, week, month (string, optional)
945
+
873
946
-**list_repository_rulesets** - List repository rulesets
874
947
-`includesParents`: Include rulesets configured at higher levels that also apply (boolean, 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
@@ -24,6 +24,7 @@ Below is a table of available toolsets for the remote GitHub MCP Server. Each to
24
24
| 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)|
27
+
| Enterprise | GitHub Enterprise related tools |https://api.githubcopilot.com/mcp/x/enterprise|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-enterprise&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fenterprise%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/enterprise/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-enterprise&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fenterprise%2Freadonly%22%7D)|
27
28
| 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)|
28
29
| Gists | GitHub Gist related tools |https://api.githubcopilot.com/mcp/x/gists|[Install](https://insiders.vscode.dev/redirect/mcp/install?name=gh-gists&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fgists%22%7D)|[read-only](https://api.githubcopilot.com/mcp/x/gists/readonly)|[Install read-only](https://insiders.vscode.dev/redirect/mcp/install?name=gh-gists&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2Fx%2Fgists%2Freadonly%22%7D)|
29
30
| 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)|
0 commit comments