ClassTreeListWebMcpSettings
Configures WebMCP tool registration for the parent TreeList. When present, TreeList operations are exposed as tools discoverable by AI models through the browser. Place inside TreeListSettings. Children: TreeListWebMcpTool.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TreeListWebMcpSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTreeListWebMcpSettings
Implements:
Inherited Members
Constructors
TreeListWebMcpSettings()
Declaration
public TreeListWebMcpSettings()
Properties
Name
A human-readable name that distinguishes this TreeList's WebMCP tools from other TreeLists on the same page. When set, tool names are prefixed and descriptions are annotated. For example, "Files" produces tool names like "files-treelist-filter".
TreeListWebMcpTools
Defines the WebMCP tool overrides for the TreeList. Children: TreeListWebMcpTool.
Declaration
[Parameter]
public RenderFragment TreeListWebMcpTools { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides