# mcp.cli.Options

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

What the binary was asked to do.

## Members

- `socket_path` (attribute): The socket path to talk to, from `-S`.
- `socket_name` (attribute): The socket name to talk to, from `-L`.
- `parse` (method): Read the options from arguments, excluding the program name.
