Constructor McpServerNotificationEventArgs
McpServerNotificationEventArgs(string, JsonDocument, string)
Initializes a new instance of the McpServerNotificationEventArgs class.
public McpServerNotificationEventArgs(string method, JsonDocument payload, string rawJson)
Parameters
methodstringThe notification method name.
payloadJsonDocumentThe parsed JSON payload.
rawJsonstringThe raw JSON string.