2 references to TestDocsIndexService
Aspire.Cli.Tests (2)
Mcp\ListDocsToolTests.cs (1)
35
var indexService = new
TestDocsIndexService
(documents: null, isIndexed: false);
Mcp\TestDocsIndexService.cs (1)
26
public TestDocsIndexService() :
this
(s_defaultDocuments, isIndexed: true)