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
The GitHub MCP Server supports enabling or disabling specific groups of functionalities via the `--toolsets` flag. This allows you to control which GitHub API capabilities are available to your AI tools. Enabling only the toolsets that you need can help the LLM with tool choice and reduce the context size.
@@ -875,7 +865,7 @@ The following sets of tools are available:
875
865
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
876
866
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
877
867
- 'reprioritize' - change the order of sub-issues within a parent issue in a GitHub repository. Use either 'after_id' or 'before_id' to specify the new position.
878
-
(string, required)
868
+
(string, required)
879
869
-`owner`: Repository owner (string, required)
880
870
-`replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
881
871
-`repo`: Repository name (string, required)
@@ -1103,8 +1093,8 @@ The following sets of tools are available:
1103
1093
1104
1094
-**pull_request_read** - Get details for a single pull request
1105
1095
-**Required OAuth Scopes**: `repo`
1106
-
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1107
-
Possible options:
1096
+
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1097
+
Possible options:
1108
1098
1. get - Get details of a specific pull request.
1109
1099
2. get_diff - Get the diff of a pull request.
1110
1100
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
0 commit comments