McpClientRoot
Describes an MCP client root.
- Kind:
Class - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/McpClientRoot.cs
Signature
Section titled “Signature”public sealed record McpClientRoot : IEquatable<McpClientRoot>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<McpClientRoot>
Constructors
Section titled “Constructors”McpClientRoot(Uri, string?)
Section titled “McpClientRoot(Uri, string?)”Describes an MCP client root.
public McpClientRoot(Uri Uri, string? Name = null)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Optional display name.
public string? Name { get; init; }Returns
Section titled “Returns”Root URI.
public Uri Uri { get; init; }