Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.02 KB

File metadata and controls

32 lines (26 loc) · 1.02 KB

UltracartClient::ConversationMcpServer

Properties

Name Type Description Notes
auth_method String Authorization Method [optional]
basic_password String Basic password [optional]
basic_user_name String Basic user name [optional]
header_name String Header name [optional]
header_value String Header value [optional]
mcp_server_uuid String UUID of the MCP server configuration [optional]
priority Integer Priority on which the MCP server tools are incorporated into the model. Lower number comes first [optional]
url String URL to the MCP server (must be https) [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationMcpServer.new(
  auth_method: null,
  basic_password: null,
  basic_user_name: null,
  header_name: null,
  header_value: null,
  mcp_server_uuid: null,
  priority: null,
  url: null
)