# mcp.model.PasteTextArgs

- **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#L118
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-model-pastetextargs/

Arguments for putting text into a pane without typing it.

## Members

- `pane` (attribute): The `%`-prefixed pane to paste into.
- `text` (attribute): The text to deliver.
- `enter` (attribute): Whether to append Enter to the same paste block.
