1 implementation of ListDocumentsAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
156
public async ValueTask<IReadOnlyList<DocsListItem>>
ListDocumentsAsync
(CancellationToken cancellationToken = default)
1 reference to ListDocumentsAsync
aspire (1)
Mcp\Tools\ListDocsTool.cs (1)
49
var docs = await _docsIndexService.
ListDocumentsAsync
(cancellationToken).ConfigureAwait(false);