Table of Contents

Class McpRequestSendingEventArgs

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

Provides data for the Sending event, which occurs immediately before an HTTP request is sent to the server.

public sealed class McpRequestSendingEventArgs : EventArgs
Inheritance
McpRequestSendingEventArgs
Inherited Members

Constructors

McpRequestSendingEventArgs(string, object)

Initializes a new instance of the McpRequestSendingEventArgs class.

Properties

Method

Gets the JSON-RPC method name (e.g., "tools/list", "initialize") or a prefixed log label associated with the outgoing request.

Parameters

Gets the exact parameters object that will be sent with the request, or null if none.