Skip to content

Commit 7cdf26f

Browse files
committed
fix readme
1 parent bb4e2d9 commit 7cdf26f

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,12 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block
8787
8888
### Configuration
8989

90-
#### Default toolset configuration
91-
92-
The default configuration is:
93-
- context
94-
- repos
95-
- issues
96-
- pull_requests
97-
- users
90+
#### Toolset configuration
9891

9992
See [Remote Server Documentation](docs/remote-server.md) for full details on remote server configuration, toolsets, headers, and advanced usage. This file provides comprehensive instructions and examples for connecting, customizing, and installing the remote GitHub MCP Server in VS Code and other MCP hosts.
10093

94+
When no toolsets are specified, [default toolsets](#default-toolset) are used.
95+
10196
#### Enterprise Cloud with data residency (ghe.com)
10297

10398
GitHub Enterprise Cloud can also make use of the remote server.
@@ -329,7 +324,7 @@ The GitHub MCP Server supports enabling or disabling specific groups of function
329324

330325
_Toolsets are not limited to Tools. Relevant MCP Resources and Prompts are also included where applicable._
331326

332-
The Local GitHub MCP Server follows the same [default toolset configuration](#default-toolset-configuration) as the remote version.
327+
When no toolsets are specified, [default toolsets](#default-toolset) are used.
333328

334329
#### Specifying Toolsets
335330

@@ -376,13 +371,16 @@ GITHUB_TOOLSETS="all" ./github-mcp-server
376371
```
377372

378373
#### "default" toolset
379-
380374
The default toolset `default` is the configuration that gets passed to the server if no toolsets are specified.
381375

382-
It consists of:
383-
- ...
376+
The default configuration is:
377+
- context
378+
- repos
379+
- issues
380+
- pull_requests
381+
- users
384382

385-
To keep the default configuration and add additional toolsets, just specify "default, <additional-toolset>"
383+
To keep the default configuration and add additional toolsets:
386384

387385
```bash
388386
GITHUB_TOOLSETS="default,stargazers" ./github-mcp-server

0 commit comments

Comments
 (0)