getWidgetMetadata method
Returns the metadata of a specific widget.
Implementation
McpMetadataKey? getWidgetMetadata(String id) => _widgets[id]?.metadata;
Returns the metadata of a specific widget.
McpMetadataKey? getWidgetMetadata(String id) => _widgets[id]?.metadata;