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

mcp.policy.Policy

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

API reference · Markdown

interface mcp.policy.Policy
interface [source]
interface [source]
interface mcp.policy.Policy

Members

blockingWaitMaxMs

blockingWaitMaxMs : : number
propertyreadonly [source]
propertyreadonly [source]
blockingWaitMaxMs

Ceiling on a wait that blocks the caller.

commandTimeoutMs

commandTimeoutMs : : number
propertyreadonly [source]
propertyreadonly [source]
commandTimeoutMs

liveEnabled

liveEnabled : : boolean
propertyreadonly [source]
propertyreadonly [source]
liveEnabled

Whether tools may hold one control-mode connection for streaming.

maxResultLines

maxResultLines : : number
propertyreadonly [source]
propertyreadonly [source]
maxResultLines

toolsets

toolsets : : ReadonlySet<Toolset>
propertyreadonly [source]
propertyreadonly [source]
toolsets

Toolsets selected before named inclusion and exclusion.

tools

tools : : ReadonlySet<string>
propertyreadonly [source]
propertyreadonly [source]
tools

Tool names added after toolset expansion.

excludeTools

excludeTools : : ReadonlySet<string>
propertyreadonly [source]
propertyreadonly [source]
excludeTools

Tool names removed last, winning over both inclusion paths.

Esc

Type to search.