McpStdioServerDefinition
McpStdioServerDefinition represents an MCP server available by running a local process and operating on its stdin and stdout streams. The process will be spawned as a child process of the extension host and by default will not run in a shell environment.
Constructors
Link copied to clipboard
constructor(label: String, command: String, args: ReadonlyArray<JsString> = definedExternally, env: ReadonlyRecord<JsString, JsString?> = definedExternally, version: String = definedExternally)