Table of Contents

Method ProcessTerminated

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

ProcessTerminated(int, string)

Creates a transport exception for an unexpected process termination.

public static McpTransportException ProcessTerminated(int exitCode, string command)

Parameters

exitCode int

The process exit code.

command string

The command that was running.

Returns

McpTransportException

A new McpTransportException instance.