ExBifrost.Model.AddMcpClientRequestOneOfAllOfTlsConfig (ex_bifrost v0.1.0)

Copy Markdown View Source

TLS configuration for HTTP and SSE connections. Not applicable to stdio or inprocess connection types.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AddMcpClientRequestOneOfAllOfTlsConfig{
  ca_cert_pem: any() | nil,
  insecure_skip_verify: any() | nil
}

Functions

decode(value)