KnowledgeBaseMcpServerReference interface
Represents an MCP server document reference.
- Extends
Properties
| title | The title of the MCP server tool result. |
| tool |
The name of the MCP server tool that produced the reference. |
| type | The discriminator value. |
Inherited Properties
| activity |
The source activity ID for the reference. |
| id | The ID of the reference. |
| reranker |
The reranker score for the document reference. |
| source |
The source data for the reference. |
Property Details
title
The title of the MCP server tool result.
title?: string
Property Value
string
toolName
The name of the MCP server tool that produced the reference.
toolName?: string
Property Value
string
type
The discriminator value.
type: "mcpServer"
Property Value
"mcpServer"
Inherited Property Details
activitySource
The source activity ID for the reference.
activitySource: number
Property Value
number
Inherited From KnowledgeBaseReference.activitySource
id
rerankerScore
The reranker score for the document reference.
rerankerScore?: number
Property Value
number
Inherited From KnowledgeBaseReference.rerankerScore
sourceData
The source data for the reference.
sourceData?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From KnowledgeBaseReference.sourceData