Table of Contents

Class McpCatalogChangedEventArgs

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

Event payload describing a catalog change notification from the server.

public sealed class McpCatalogChangedEventArgs : EventArgs
Inheritance
McpCatalogChangedEventArgs
Inherited Members

Constructors

McpCatalogChangedEventArgs(McpCatalogKind, string, string)

Creates a new McpCatalogChangedEventArgs.

Properties

Kind

Gets the catalog kind that changed.

Method

Gets the JSON-RPC notification method name (e.g., "notifications/resources/list_changed").

RawNotification

Gets the raw JSON of the server notification (may be null).

ReceivedAt

Gets the UTC timestamp when the notification was observed.