# mcp.views.PaneView

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

One pane, as the protocol sees it.

## Members

- `id` (attribute): The `%`-prefixed tmux identity.
- `window_id` (attribute): The window that contains the pane.
- `command` (attribute): The command currently running.
- `path` (attribute): The pane's working directory.
- `active` (attribute): Whether this is the window's active pane.
- `caller` (attribute): Whether this is the pane the MCP server itself runs in.
