Table of Contents

Class ClientCapabilities

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Represents the capabilities that a client may support. See the schema for details

public class ClientCapabilities
Inheritance
ClientCapabilities
Inherited Members

Properties

Experimental

Experimental, non-standard capabilities that the client supports.

[JsonPropertyName("experimental")]
public Dictionary<string, object>? Experimental { get; set; }

Property Value

Dictionary<string, object>

Roots

Present if the client supports listing roots.

[JsonPropertyName("roots")]
public RootsCapability? Roots { get; set; }

Property Value

RootsCapability

Sampling

Present if the client supports sampling from an LLM.

[JsonPropertyName("sampling")]
public SamplingCapability? Sampling { get; set; }

Property Value

SamplingCapability