Table of Contents

Method WithImmediateShutdown

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

WithImmediateShutdown()

Disables graceful shutdown (stdio transport only).

public McpClientBuilder WithImmediateShutdown()

Returns

McpClientBuilder

This builder instance for method chaining.

Remarks

When disabled, the subprocess is killed immediately without waiting for graceful exit.