Table of Contents

Class Annotations

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Represents annotations that can be attached to content. See the schema for details

public record Annotations : IEquatable<Annotations>
Inheritance
Annotations
Implements
Inherited Members

Properties

Audience

Describes who the intended customer of this object or data is.

[JsonPropertyName("audience")]
public Role[]? Audience { get; init; }

Property Value

Role[]

Priority

Describes how important this data is for operating the server (0 to 1).

[JsonPropertyName("priority")]
public float? Priority { get; init; }

Property Value

float?