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
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`.
366
366
367
367
4.**Combining with Dynamic Toolsets** (additive):
368
368
```bash
@@ -371,11 +371,9 @@ You can also configure specific tools using the `--tools` flag. Tools can be use
371
371
This registers `get_file_contents` plus the dynamic toolset tools (`enable_toolset`, `list_available_toolsets`, `get_toolset_tools`).
372
372
373
373
**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
375
375
- 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
0 commit comments