MarkItDownMcpReader(Uri, McpClientOptions) Constructor

Definitie

Initialiseert een nieuw exemplaar van de MarkItDownMcpReader klasse.

public MarkItDownMcpReader(Uri mcpServerUri, ModelContextProtocol.Client.McpClientOptions? options = default);
new Microsoft.Extensions.DataIngestion.MarkItDownMcpReader : Uri * ModelContextProtocol.Client.McpClientOptions -> Microsoft.Extensions.DataIngestion.MarkItDownMcpReader
Public Sub New (mcpServerUri As Uri, Optional options As McpClientOptions = Nothing)

Parameters

mcpServerUri
Uri

De URI van de MarkItDown MCP-server (bijvoorbeeld http://localhost:3001/mcp).

options
McpClientOptions

Optionele MCP-clientopties voor het configureren van de verbinding.

Van toepassing op