Table of Contents

Method ProcessStartFailed

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

ProcessStartFailed(string, Exception)

Creates a transport exception for a process startup failure.

public static McpTransportException ProcessStartFailed(string command, Exception innerException = null)

Parameters

command string

The command that failed to start.

innerException Exception

The underlying exception.

Returns

McpTransportException

A new McpTransportException instance.