1 implementation of EnsureIndexedAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
113public async ValueTask EnsureIndexedAsync(CancellationToken cancellationToken = default)
1 reference to EnsureIndexedAsync
aspire (1)
Commands\AgentMcpCommand.cs (1)
123await _docsIndexService.EnsureIndexedAsync(cancellationToken).ConfigureAwait(false);