Skip to content

Commit 413303a

Browse files
committed
updte
1 parent 5d587bf commit 413303a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ You can also configure specific tools using the `--tools` flag. Tools can be use
360360

361361
3. **Combining with Toolsets** (additive):
362362
```bash
363-
github-mcp-server --toolsets repos,issues --tools get_file_contents,search_code
363+
github-mcp-server --toolsets repos,issues --tools get_gist
364364
```
365-
This registers all tools from `repos` and `issues` toolsets, plus `get_file_contents` and `search_code`.
365+
This registers all tools from `repos` and `issues` toolsets, plus `get_gist`.
366366

367367
4. **Combining with Dynamic Toolsets** (additive):
368368
```bash
@@ -371,11 +371,9 @@ You can also configure specific tools using the `--tools` flag. Tools can be use
371371
This registers `get_file_contents` plus the dynamic toolset tools (`enable_toolset`, `list_available_toolsets`, `get_toolset_tools`).
372372

373373
**Important Notes:**
374-
- Tools, toolsets, and dynamic toolsets can all be used together - they are additive
374+
- Tools, toolsets, and dynamic toolsets can all be used together
375375
- Read-only mode takes priority: write tools are skipped if `--read-only` is set, even if explicitly requested via `--tools`
376-
- When write tools are skipped due to read-only mode, a warning is logged to stderr
377-
- Tool names must match exactly (e.g., `get_file_contents`, not `getFileContents`)
378-
- Invalid tool names will cause the server to fail at startup with an error message
376+
- Tool names must match exactly (e.g., `get_file_contents`, not `getFileContents`). Invalid tool names will cause the server to fail at startup with an error message
379377

380378
### Using Toolsets With Docker
381379

0 commit comments

Comments
 (0)