Class McpServerNotificationEventArgs
Event arguments for server-initiated MCP notifications.
public sealed class McpServerNotificationEventArgs : EventArgs
- Inheritance
-
McpServerNotificationEventArgs
- Inherited Members
Constructors
- McpServerNotificationEventArgs(string, JsonDocument, string)
Initializes a new instance of the McpServerNotificationEventArgs class.
Properties
- Method
Gets the JSON-RPC method name of the notification.
- Payload
Gets the full JSON-RPC notification payload.
- RawJson
Gets the raw JSON string of the notification.