Module Values.DatadogServiceDetailsSource

Complete service details for Datadog MCP server integration.

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

    MCP server name.

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

    MCP server endpoint URL.

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

    Optional description for the MCP server.

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

    Datadog MCP server authorization configuration (only authorization discovery is supported).

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:DatadogServiceDetailsNameString.t -> endpoint:DatadogServiceDetailsEndpointString.t -> authorizationConfig:DatadogAuthorizationConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DatadogServiceDetailsNameString.t | `Structure of (string * [> `Structure of (string * [> `String of MCPServerAuthorizationDiscoveryConfigReturnToEndpointString.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