McpServerKnowledgeSourceParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for an MCP server knowledge source.
public class McpServerKnowledgeSourceParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSourceParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSourceParameters>
type McpServerKnowledgeSourceParameters = class
interface IJsonModel<McpServerKnowledgeSourceParameters>
interface IPersistableModel<McpServerKnowledgeSourceParameters>
Public Class McpServerKnowledgeSourceParameters
Implements IJsonModel(Of McpServerKnowledgeSourceParameters), IPersistableModel(Of McpServerKnowledgeSourceParameters)
- Inheritance
-
McpServerKnowledgeSourceParameters
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerKnowledgeSourceParameters(String, IEnumerable<McpServerTool>) |
Initializes a new instance of McpServerKnowledgeSourceParameters. |
Properties
| Name | Description |
|---|---|
| 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. |