Module Values.MCPServerAPIKeyConfigSource

API key configuration for MCP server.

Sourcetype nonrec t = {
  1. apiKeyName : MCPServerAPIKeyConfigApiKeyNameString.t;
    (*

    User friendly API key name specified by end user.

    *)
  2. apiKeyValue : MCPServerAPIKeyConfigApiKeyValueString.t;
    (*

    API key value for authenticating with the service.

    *)
  3. apiKeyHeader : MCPServerAPIKeyConfigApiKeyHeaderString.t;
    (*

    HTTP header name to send the API key in requests to the service.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of MCPServerAPIKeyConfigApiKeyNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t