# mcp.views.EnvironmentEntry

- **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#L316
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-views-environmententry/

One tmux environment entry.

## Members

- `name` (attribute): The variable name.
- `state` (attribute): Whether the name holds a value or is marked for removal.
- `value` (attribute): The value, only for a set variable whose name the operator allowed in `LIBTMUX_ENVIRONMENT_VALUES` at startup.
- `withheld` (attribute): True for a set variable whose value was not returned because the operator did not allow its name.
