Table of Contents

Class ListRootsResult

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

The client's response to a roots/list request from the server. See the schema for details

public class ListRootsResult
Inheritance
ListRootsResult
Inherited Members

Properties

Meta

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

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

Property Value

object

Roots

The list of root URIs provided by the client.

[JsonPropertyName("roots")]
public required IReadOnlyList<Root> Roots { get; init; }

Property Value

IReadOnlyList<Root>