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

    Function flushStartupWarnings

    • Flush all buffered warnings through the provided logger function.

      Typically called once during server startup after the logger is configured. Clears the buffer after flushing.

      Parameters

      • logFn: (message: string) => void

        Logger function to replay warnings through (e.g., logger.warn)

      Returns void