ClassGridWebMcpSettings
Configures WebMCP tool registration for the parent Grid. When present, Grid operations are exposed as tools discoverable by AI models through the browser. Place inside GridSettings. Children: GridWebMcpTool.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridWebMcpSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGridWebMcpSettings
Implements:
Inherited Members
Constructors
GridWebMcpSettings()
Declaration
public GridWebMcpSettings()
Properties
GridWebMcpTools
Defines the WebMCP tool overrides for the Grid. Children: GridWebMcpTool.
Declaration
[Parameter]
public RenderFragment GridWebMcpTools { get; set; }
Property Value
Name
A human-readable name that distinguishes this Grid's WebMCP tools from other Grids on the same page. When set, tool names are prefixed and descriptions are annotated. For example, "Sales" produces tool names like "sales-grid-filter".
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