GridWebMcpSettings
Class
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:
C#
public class GridWebMcpSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGridWebMcpSettings
Implements:
Inherited Members
Constructors
C#
public GridWebMcpSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
Properties
Defines the WebMCP tool overrides for the Grid. Children: GridWebMcpTool.
C#
[Parameter]
public RenderFragment GridWebMcpTools { get; set; }