Method WithStderrHandler
WithStderrHandler(Action<string>)
Sets a handler for stderr output from the subprocess (stdio transport only).
public McpClientBuilder WithStderrHandler(Action<string> handler)
Parameters
Returns
- McpClientBuilder
This builder instance for method chaining.