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

LibTmux.Mcp.ServerPolicy.WaitCeiling

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

API reference · Markdown

LibTmux.Mcp.ServerPolicy.WaitCeiling : TimeSpan
property [source]
property [source]
LibTmux.Mcp.ServerPolicy.WaitCeiling

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.

Esc

Type to search.