# mcp.model.OptionArgs

- **Module:** mcp.model
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/model.rs#L206
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-model-optionargs/

Arguments for reading a tmux option.

## Members

- `name` (attribute): The option name, such as `history-limit` or a user option like `@theme`.
- `scope` (attribute): Which tmux object the option belongs to.
- `target` (attribute): The `$`, `@` or `%`-prefixed id, for the scopes that need one. Omit for the others.
