notifyInitialized method
Sends the MCP notifications/initialized lifecycle notification.
Implementation
Future<void> notifyInitialized({
Map<String, String> headers = const <String, String>{},
}) async {
await notification('notifications/initialized', headers: headers);
}