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)
42
var docs = await service.
ListDocumentsAsync
();
55
var docs = await service.
ListDocumentsAsync
();
533
var docs = await service.
ListDocumentsAsync
();
544
var docs = await service.
ListDocumentsAsync
();
577
await Assert.ThrowsAsync<InvalidOperationException>(() => service.
ListDocumentsAsync
().AsTask());