Values.MCPServerDetailsSourceComplete service details for MCP server integration.
type nonrec t = {name : MCPServerDetailsNameString.t;MCP server name.
*)endpoint : MCPServerDetailsEndpointString.t;MCP server endpoint URL.
*)description : MCPServerDetailsDescriptionString.t option;Optional description for the MCP server.
*)}val make :
?description:??? ->
name:MCPServerDetailsNameString.t ->
endpoint:MCPServerDetailsEndpointString.t ->
authorizationConfig:MCPServerAuthorizationConfig.t ->
unit ->
tval 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 ]