ClassSchedulerWebMcpSettings
Configures WebMCP tool registration for the parent Scheduler. When present, Scheduler operations are exposed as tools discoverable by AI models through the browser. Place inside SchedulerSettings. Children: SchedulerWebMcpTool.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SchedulerWebMcpSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerWebMcpSettings
Implements:
Inherited Members
Constructors
SchedulerWebMcpSettings()
Declaration
public SchedulerWebMcpSettings()
Properties
Name
A human-readable name that distinguishes this Scheduler's WebMCP tools from other Schedulers on the same page. When set, tool names are prefixed and descriptions are annotated. For example, "Team" produces tool names like "team-scheduler-create".
SchedulerWebMcpTools
Defines the WebMCP tool overrides for the Scheduler. Children: SchedulerWebMcpTool.
Declaration
[Parameter]
public RenderFragment SchedulerWebMcpTools { 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