2 references to _docsIndexService
aspire (2)
Mcp\Tools\GetDocTool.cs (2)
76
await DocsToolHelper.EnsureIndexedWithNotificationsAsync(
_docsIndexService
, context.ProgressToken, context.Notifier, cancellationToken).ConfigureAwait(false);
78
var doc = await
_docsIndexService
.GetDocumentAsync(slug, section, cancellationToken).ConfigureAwait(false);