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

mcp.views.PaneView

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

API reference · Markdown

struct mcp.views.PaneView
struct [source]
struct [source]
struct mcp.views.PaneView

One pane, as the protocol sees it.

Members

id

id : String
attribute [source]
attribute [source]
id

The %-prefixed tmux identity.

window_id

window_id : String
attribute [source]
attribute [source]
window_id

The window that contains the pane.

command

command : Option<String>
attribute [source]
attribute [source]
command

The command currently running.

path

path : Option<String>
attribute [source]
attribute [source]
path

The pane's working directory.

active

active : bool
attribute [source]
attribute [source]
active

Whether this is the window's active pane.

caller

caller : Relation
attribute [source]
attribute [source]
caller

Whether this is the pane the MCP server itself runs in.

self only on a confirmed match of both socket and pane id; other for every pane that is not, including one this crate cannot prove either way; unknown when the server is not running inside tmux, so the question has no answer.

Esc

Type to search.