Table of Contents

Property OnSending

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

OnSending

Callback invoked immediately before an HTTP request is sent. Parameter is the JSON-RPC method name (e.g., tools/list).

public Action<string> OnSending { get; set; }

Property Value

Action<string>