Table of Contents

Constructor McpServerNotificationEventArgs

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

McpServerNotificationEventArgs(string, JsonDocument, string)

Initializes a new instance of the McpServerNotificationEventArgs class.

public McpServerNotificationEventArgs(string method, JsonDocument payload, string rawJson)

Parameters

method string

The notification method name.

payload JsonDocument

The parsed JSON payload.

rawJson string

The raw JSON string.