libtmux_mcp.models.BufferRef
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Bases:
- BaseModel
Handle returned by
load_buffer.Agent-created tmux paste buffers are namespaced with a per-call UUID to avoid collisions on the server-global buffer namespace when concurrent agents (or parallel tool calls from a single agent) are staging content. Callers must use the
buffer_namethis model carries on subsequentpaste_buffer,show_buffer, anddelete_buffercalls.
Members
- buffer_name : str = Field( description=( "The actual tmux buffer name (with prefix and UUID nonce). " "Pass this back to paste_buffer/show_buffer/delete_buffer." ), )