Module service

Source
Expand description

Utility functions related to services.

Functionsยง

build_service_from_config
Creates a StdioClient or HttpClient service depending on the arguments provided. If http_client_config is Some, an HTTP-based service will be created. If it is None, a stdio-based service will be created.