Table of Contents

Class Root

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Represents a root URI and its metadata. See the schema for details

public class Root
Inheritance
Root
Inherited Members

Properties

Meta

Additional metadata for the root. Reserved by the protocol for future use.

[JsonPropertyName("meta")]
public object? Meta { get; init; }

Property Value

object

Name

A human-readable name for the root.

[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

Uri

The URI of the root.

[JsonPropertyName("uri")]
public required string Uri { get; init; }

Property Value

string