MCP Server Framework - v1.0.0
    Preparing search index...

    Type Alias SessionFactory

    SessionFactory: () => McpSession

    Factory function type for creating McpSession instances.

    Used by the transport layer where each connected client gets an McpSession with protocol handlers and SDK-native cancellation/progress support.

    Type Declaration