MarkItDownMcpReader(Uri, McpClientOptions) Constructor
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.
Initializes a new instance of the MarkItDownMcpReader class.
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
The URI of the MarkItDown MCP server (e.g., http://localhost:3001/mcp).
- options
- McpClientOptions
Optional MCP client options for configuring the connection.