Values.RegisteredMCPServerDetailsSourceDetails specific to a registered MCP (Model Context Protocol) server.
type nonrec t = {name : String_.t option;The MCP server name.
*)endpoint : String_.t option;The MCP server endpoint URL.
*)description : Description.t option;Optional description for the MCP server.
*)apiKeyHeader : String_.t option;If the MCP server uses API key authentication, these details are provided.
*)}