sendResourceListChanged

void sendResourceListChanged()

Notify clients that resource list changed.

Implementation

void sendResourceListChanged() {
  try {
    (_mcpServer['sendResourceListChanged'] as JSFunction).callAsFunction(
      _mcpServer,
    );
  } catch (_) {
    // Ignore errors on notifications
  }
}