libtmux_mcp.models.RunCommandResult
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Bases:
- BaseModel
Result of running a shell command in a pane.
Members
-
Discussed in Python MCP topics
-
Discussed in Python MCP topics
-
Discussed in Python MCP topics
- output_truncated : bool = Field( default=False, description="True when output was tail-preserved to stay within max_lines", )
- output_truncated_lines : int = Field( default=0, description="Number of pane lines dropped from the head when truncating", )
- effective_timeout : float = Field( description=( "Seconds actually enforced for command completion. Server " "policy caps the requested ``timeout``; compare against what " "you passed to see a clamp." ) )