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