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

libtmux_mcp.models.BufferContent

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

API reference · Markdown

class libtmux_mcp.models.BufferContent
class [source]
class [source]
class libtmux_mcp.models.BufferContent
Bases:
  • BaseModel

Structured result of show_buffer .

Members

buffer_name

buffer_name : str = Field(description="Agent-namespaced buffer name.")
attribute [source]
attribute [source]
buffer_name

content

content : str = Field(description="Buffer contents as text.")
attribute [source]
attribute [source]
content

content_truncated

content_truncated : bool = Field( default=False, description=( "True if ``content`` was tail-preserved to stay within " "``max_lines``; oldest lines were dropped." ), )
attribute [source]
attribute [source]
content_truncated

content_truncated_lines

content_truncated_lines : int = Field( default=0, description="Number of lines dropped from the head when truncating.", )
attribute [source]
attribute [source]
content_truncated_lines
Esc

Type to search.