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