Table of Contents

Method AddRoot

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

AddRoot(McpRoot, bool)

Adds a root (synchronous wrapper).

public void AddRoot(McpRoot root, bool notifyServer = true)

Parameters

root McpRoot
notifyServer bool

AddRoot(string, string, bool)

Adds a root from a path (synchronous wrapper).

public void AddRoot(string path, string name = null, bool notifyServer = true)

Parameters

path string
name string
notifyServer bool