Table of Contents

Method InvalidMessageFormat

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

InvalidMessageFormat(string, string)

Creates a transport exception for invalid message format.

public static McpTransportException InvalidMessageFormat(string transportType, string details)

Parameters

transportType string

The transport type.

details string

Details about the format error.

Returns

McpTransportException

A new McpTransportException instance.