Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/mcp / / StdioTransportConfig

Interface: StdioTransportConfig

Defined in: packages/mcp/src/transport/types.ts:30

Options for the 'stdio' transport.

Properties

PropertyModifierTypeDescriptionDefined in
args?readonlyreadonly string[]-packages/mcp/src/transport/types.ts:33
commandreadonlystring-packages/mcp/src/transport/types.ts:32
cwd?readonlystring-packages/mcp/src/transport/types.ts:35
env?readonlyReadonly<Record&lt;string, string&gt;>-packages/mcp/src/transport/types.ts:34
kindreadonly"stdio"-packages/mcp/src/transport/types.ts:31
stderr?readonly"inherit" | "pipe" | "ignore"How to handle the spawned child's stderr stream. Defaults to 'inherit' so operator-supplied servers print diagnostics to the host process's stderr; 'pipe' collects stderr into the transport for in-process logging; 'ignore' discards it.packages/mcp/src/transport/types.ts:42