Table of Contents

Property OnReceived

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

OnReceived

Callback invoked after an HTTP response is received. Parameters are the JSON-RPC method name, HTTP status code, and a truncated response body snippet.

public Action<string, int, string> OnReceived { get; set; }

Property Value

Action<string, int, string>