# mcp.views.EnvironmentState

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

What tmux holds under one environment name.

## Members

- `Set` (constant): tmux holds a value and hands it to processes it starts.
- `Removed` (constant): tmux removes the name from the environment of processes it starts.
