Table of Contents

Method WithStartupDelay

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

WithStartupDelay(TimeSpan)

Sets the startup delay for stdio transport.

public McpClientBuilder WithStartupDelay(TimeSpan delay)

Parameters

delay TimeSpan

The delay after process start before sending messages.

Returns

McpClientBuilder

This builder instance for method chaining.