NestJS MCP - v1.0.1
    Preparing search index...

    Transport adapter options base interface

    interface MCPTransportOptions {
        debug?: boolean;
        errorHandler?: (error: Error, clientId?: string) => void;
        maxConnections?: number;
        connectionTimeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    debug?: boolean

    Enable debug logging for the transport

    errorHandler?: (error: Error, clientId?: string) => void

    Custom error handler

    maxConnections?: number

    Maximum number of concurrent connections (if applicable)

    connectionTimeout?: number

    Connection timeout in milliseconds