# mcp.policy.Toolset

- **Module:** mcp.policy
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/policy.rs#L74
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-policy-toolset/

One mechanical group in the advertised MCP tool inventory.

## Members

- `Inspect` (constant): Read tmux metadata, pane output, environment, or configuration.
- `Manage` (constant): Change tmux state without supplying executable input.
- `Execute` (constant): Start configured processes or supply pane input and commands.
- `Teardown` (constant): Delete tmux state.
- `name` (method): The name used in environment selections and capability reports.
