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

libtmux_mcp.models.HookListResult

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.HookListResult
class [source]
class [source]
class libtmux_mcp.models.HookListResult
Bases:
  • BaseModel

Structured result for hook introspection.

Returned by show_hooks and show_hook . Flat list of HookEntry instances so MCP clients can iterate without caring whether the underlying tmux hook is scalar or array-shaped.

Members

entries

entries : list[HookEntry] = Field(default_factory=list)
attribute [source]
attribute [source]
entries
Esc

Type to search.