SubscriptionsAcknowledgedNotification.toMCP constructor
Implementation
factory SubscriptionsAcknowledgedNotification.toMCP(
Map<String, Object?> map,
) {
return SubscriptionsAcknowledgedNotification(
params: SubscriptionsAcknowledgedNotificationParams.toMCP(
map['params'] as Map<String, Object?>,
),
);
}