# mcp.model.RunCommandArgs

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

Arguments for running a command and waiting for it.

## Members

- `pane` (attribute): The `%`-prefixed pane to run in.
- `command` (attribute): The command for the pane's trusted POSIX-compatible shell.
- `seconds` (attribute): How long to allow, in seconds. Defaults to 30, capped at 600.
- `suppress_history` (attribute): Whether to keep the command out of the shell's history.
