Constructors
Constructor
Parameters
command
string
args?
string[] = []
options?
cwd?
string
env?
Record<string, string>
Returns
StdioTransport
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
new StdioTransport(
command,
args?,
options?): StdioTransport;
string
string[] = []
string
Record<string, string>
StdioTransport
readonly args: string[];
readonly command: string;
readonly optional cwd?: string;
readonly optional env?: Record<string, string>;