LibTmux.Mcp.ServerPolicy.WaitCeiling
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
-
Gets the longest a single wait may block before reporting a timeout.
The ceiling bounds the model's turn rather than the transport: waits await throughout, so a long one does not stall other calls. What an unbounded wait costs is the turn itself — a badly chosen pattern would spend all of it with nothing to show. Client-managed MCP tasks cover work that legitimately outlives one synchronous request.