Table of Contents

Class NotificationParams

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Provides a base class for notification parameters.

public abstract class NotificationParams
Inheritance
NotificationParams
Derived
Inherited Members

Constructors

NotificationParams()

Initializes the base notification parameter type.

protected NotificationParams()

Properties

Meta

Gets or sets metadata reserved by MCP for protocol-level metadata.

[JsonPropertyName("_meta")]
public JsonObject? Meta { get; set; }

Property Value

JsonObject

Remarks

Implementations must not make assumptions about its contents.