Table of Contents

Constructor McpResponseReceivedEventArgs

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

McpResponseReceivedEventArgs(string, int, string)

Initializes a new instance of the McpResponseReceivedEventArgs class.

public McpResponseReceivedEventArgs(string method, int statusCode, string bodySnippet)

Parameters

method string

The JSON-RPC method name associated with the response.

statusCode int

The HTTP status code.

bodySnippet string

A truncated snippet of the response body.