Skip to content

Commit a795013

Browse files
committed
Dont document other commands
1 parent 98df4dd commit a795013

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,6 @@ Example:
349349
github-mcp-server tool-search "issue" --max-results 5
350350
```
351351

352-
- `github-mcp-server list-scopes` lists required OAuth scopes for the currently enabled tools/toolsets.
353-
354-
List required OAuth scopes for enabled tools:
355-
356-
```bash
357-
github-mcp-server list-scopes
358-
github-mcp-server list-scopes --toolsets=repos,issues,pull_requests
359-
github-mcp-server list-scopes --output=json
360-
```
361-
362352
## Tool Configuration
363353

364354
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:
875865
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
876866
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
877867
- '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)
879869
- `owner`: Repository owner (string, required)
880870
- `replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
881871
- `repo`: Repository name (string, required)
@@ -1103,8 +1093,8 @@ The following sets of tools are available:
11031093

11041094
- **pull_request_read** - Get details for a single pull request
11051095
- **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:
11081098
1. get - Get details of a specific pull request.
11091099
2. get_diff - Get the diff of a pull request.
11101100
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.

0 commit comments

Comments
 (0)