# mcp.exec.RunView.output

- **Module:** mcp.exec.RunView
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/exec.rs#L142
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-exec-runview-output/

Everything the command wrote, stdout and stderr interleaved in the order the program wrote them.

This is the raw output stream with escape sequences removed, not the
rendered screen: a line redrawn in place, such as a progress bar,
repeats. `capture_pane` shows the screen.
