Table of Contents

Constructor McpRequestSendingEventArgs

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

McpRequestSendingEventArgs(string, object)

Initializes a new instance of the McpRequestSendingEventArgs class.

public McpRequestSendingEventArgs(string method, object parameters)

Parameters

method string

The JSON-RPC method name or custom label associated with the request.

parameters object

The parameters object that will be sent, or null.