McpServerKnowledgeSourceParameters interface
Parameters for an MCP server knowledge source.
Properties
| authentication | The authentication configuration for the MCP server. |
| serverURL | The URL of the MCP server endpoint. |
| tools | The list of tools to invoke on the MCP server. |
Property Details
authentication
The authentication configuration for the MCP server.
authentication?: McpServerAuthenticationUnion
Property Value
serverURL
The URL of the MCP server endpoint.
serverURL: string
Property Value
string
tools
The list of tools to invoke on the MCP server.
tools: McpServerTool[]