Module Values.MCPServerDetailsSource

Complete service details for MCP server integration.

Sourcetype nonrec t = {
  1. name : MCPServerDetailsNameString.t;
    (*

    MCP server name.

    *)
  2. endpoint : MCPServerDetailsEndpointString.t;
    (*

    MCP server endpoint URL.

    *)
  3. description : MCPServerDetailsDescriptionString.t option;
    (*

    Optional description for the MCP server.

    *)
  4. authorizationConfig : MCPServerAuthorizationConfig.t;
    (*

    MCP server authorization configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:MCPServerDetailsNameString.t -> endpoint:MCPServerDetailsEndpointString.t -> authorizationConfig:MCPServerAuthorizationConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MCPServerDetailsNameString.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ExchangeParameterValue.t ]) list | `String of MCPServerOAuthClientCredentialsConfigClientNameString.t ]) list ]) list ]) 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