/**
 * Notification utilities
 *
 * This module provides functions for managing client notifications with the MCP server.
 */
export { getActiveSessions, sendNotification, sendNotificationToSession, sendToolsListChanged, sendResourcesListChanged, sendPromptsListChanged, type NotificationServerContext, } from "./notification-registration.js";
//# sourceMappingURL=index.d.ts.map