mcp-use
Version:
Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents, Clients and Servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.
7 lines • 379 B
TypeScript
/**
* 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