onResourcesListChanged method

void onResourcesListChanged(
  1. dynamic handler()
)

Handle resources list changed notification

Implementation

void onResourcesListChanged(Function() handler) {
  onNotification(McpProtocol.methodResourceListChanged, (_) => handler());
}