4 instantiations of MarkItDownMcpReader
Microsoft.Extensions.DataIngestion.Tests (4)
Readers\MarkItDownMcpReaderTests.cs (4)
16
Assert.Throws<ArgumentNullException>("mcpServerUri", () => new
MarkItDownMcpReader
(null!));
22
var reader = new
MarkItDownMcpReader
(new Uri("http://localhost:3001/sse"));
35
var reader = new
MarkItDownMcpReader
(new Uri("http://localhost:3001/sse"));
44
var reader = new
MarkItDownMcpReader
(new Uri("http://localhost:3001/sse"));
4 references to MarkItDownMcpReader
Microsoft.Extensions.DataIngestion.MarkItDown (1)
MarkItDownMcpReader.cs (1)
25
/// Initializes a new instance of the <see cref="
MarkItDownMcpReader
"/> class.
Microsoft.Extensions.DataIngestion.Tests (3)
Readers\MarkItDownMcpReaderTests.cs (3)
22
var
reader = new MarkItDownMcpReader(new Uri("http://localhost:3001/sse"));
35
var
reader = new MarkItDownMcpReader(new Uri("http://localhost:3001/sse"));
44
var
reader = new MarkItDownMcpReader(new Uri("http://localhost:3001/sse"));