WebMcpContextValue
Interface
Shared Web MCP configuration propagated via React Context.
Definition
Package:@progress/kendo-react-common
Properties
dataName?
string
Human-readable data name exposed to AI agents. Any language works. Optional when each component provides its own via webMcp={{ dataName }}.
Registration callback provided by a smart provider. Components call this to announce themselves so the provider can create tools on their behalf. Returns an unregister function.
Parameters:componentTypestring
Identifier string, e.g. 'textbox', 'grid'.
handleunknownThe imperative handle exposed via forwardRef.
propsRef{ current: unknown }webMcpConfig?Record<string, unknown>Component-level webMcp config (when object), or undefined (when boolean).
Returns:() => void