McpStdioServerDefinition

constructor(label: String, command: String, args: ReadonlyArray<JsString> = definedExternally, env: Record<JsString, JsString?> = definedExternally, version: String = definedExternally)(source)

Parameters

label

The human-readable name of the server.

command

The command used to start the server.

args

Additional command-line arguments passed to the server.

env

Optional additional environment information for the server.

version

Optional version identification for the server.

Online Documentation