New to KendoReactLearn about KendoReact Free.

useWebMcpRegister

Updated on May 19, 2026

Tiny hook that components call to register themselves with a parent WebMcpProvider. Only runs when webMcp is truthy — zero cost otherwise.

The component package only needs this single call — all tool creation logic lives in the provider's adapter (in @progress/kendo-react-webmcp).

Parameters

componentType

string

Identifier string, e.g. 'textbox', 'grid'.
handle

RefObject<unknown>

Ref to the component's imperative handle.
props

unknown

The current React props.
webMcp?

boolean | Record<string> | WebMcpProps

The component's `webMcp` prop. `true` for defaults, object for config.
Not finding the help you need?
Contact Support