libtmux Reference MCP Search
On this page

server.ServerOptions.engine

View as Markdown

Module
server
Declared in
ServerOptions
Package
@libtmux/libtmux
Source
packages/libtmux/src/server.ts
engine : : TmuxEngine
propertyreadonly [source]
propertyreadonly [source]
engine

Run this server's commands somewhere other than a local tmux.

The built-in engine spawns a process per command; supplying one moves every layer above it — snapshots, queries, handles — to a tmux reached however you reach it. See libtmux/engine for what an engine owes its caller.

Server.watch and Server.connect refuse when an engine is present because their observer is a local tmux process.

0 declared, 0 inherited

Esc

Type to search.