New to Telerik UI for BlazorStart a free 30-day trial

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

Constructors

C#
public TreeListWebMcpSettings()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool
C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

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".

C#
[Parameter]
public string Name { get; set; }

Defines the WebMCP tool overrides for the TreeList. Children: TreeListWebMcpTool.

C#
[Parameter]
public RenderFragment TreeListWebMcpTools { get; set; }