# mcp.model.ChannelArgs

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

Arguments naming a `wait-for` channel.

## Members

- `channel` (attribute): The channel name, which is any string both sides agree on.
- `seconds` (attribute): How long to wait, in seconds. Defaults to 30, capped at 600.
