Implemented interface member:
method
ListDocumentsAsync
Aspire.Cli.Mcp.Docs.IDocsIndexService.ListDocumentsAsync(System.Threading.CancellationToken)
5 references to ListDocumentsAsync
Aspire.Cli.Tests (5)
Mcp\Docs\DocsIndexServiceTests.cs (5)
42var docs = await service.ListDocumentsAsync(); 55var docs = await service.ListDocumentsAsync(); 533var docs = await service.ListDocumentsAsync(); 544var docs = await service.ListDocumentsAsync(); 577await Assert.ThrowsAsync<InvalidOperationException>(() => service.ListDocumentsAsync().AsTask());