# Toolset

- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolCatalog.swift#L5
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/toolset/

The independently selectable public tool groups.

## Members

- `encode(to:)` (method): Encodes this value into the given encoder, when the type's `RawValue` is `String`.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `inspect` (constant)
- `manage` (constant)
- `execute` (constant)
- `teardown` (constant)
- `init(rawValue:)` (method): Creates a new instance with the specified raw value.
