Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 952 Bytes

File metadata and controls

30 lines (18 loc) · 952 Bytes

ConversationMcpServer

Properties

Name Type Description Notes
authMethod AuthMethodEnum Authorization Method [optional]
basicPassword String Basic password [optional]
basicUserName String Basic user name [optional]
headerName String Header name [optional]
headerValue String Header value [optional]
mcpServerUuid 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]

Enum: AuthMethodEnum

Name Value
NONE "none"
HEADER "header"
BASIC "basic"