Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

mcp.caller.Relation

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

enum mcp.caller.Relation
enum [source]
enum [source]
enum mcp.caller.Relation

How a pane relates to the process answering the request.

Three values rather than a boolean, because "not the caller's pane" and "there is no caller" are different answers and an agent acts differently on each.

Members

Unknown

Unknown
constant [source]
constant [source]
Unknown

This process is not running inside tmux, so no pane is its own.

Own

Own
constant [source]
constant [source]
Own

Confirmed: the same tmux server, and the same pane.

Other

Other
constant [source]
constant [source]
Other

Some other pane, or a pane this crate cannot prove is the caller's.

Esc

Type to search.