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

    Type Alias ServiceClientFactory<TService, TConfig>

    ServiceClientFactory: (config: TConfig) => Promise<TService>

    Factory function type for creating service clients.

    Exported for consumer dependency injection and testing patterns.

    Type Parameters

    • TService extends ServiceClient

      The service client type to create

    • TConfig = unknown

      Configuration type for client creation

    Type Declaration