Module Values.GrafanaServiceDetailsSource

Complete service details for Grafana MCP server integration.

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

    MCP server name.

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

    MCP server endpoint URL.

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

    Optional description for the MCP server.

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

    Grafana MCP server authorization configuration (experimental).

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