Enable Toolset
enable_toolsetActivate one or more toolsets for this session by supplying their slugs, making those tools available in the tools list for immediate use.
Instructions
Enable one or more toolsets for this session so their tools appear in tools/list. Pass a comma-separated list of toolset slugs (see list_toolsets). Sends a tools/list_changed notification; clients that ignore it can still call hidden tools directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | Comma-separated toolset slugs to enable, e.g. 'testing,mock-server' |