2 references to _docsIndexService
aspire (2)
Mcp\Tools\ListDocsTool.cs (2)
43
await DocsToolHelper.EnsureIndexedWithNotificationsAsync(
_docsIndexService
, context.ProgressToken, context.Notifier, cancellationToken).ConfigureAwait(false);
45
var docs = await
_docsIndexService
.ListDocumentsAsync(cancellationToken).ConfigureAwait(false);