sendPromptListChanged

void sendPromptListChanged()

Notify clients that prompt list changed.

Implementation

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