1 instantiation of DocsContent
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
250return new DocsContent
3 references to DocsContent
aspire (3)
Mcp\Docs\DocsIndexService.cs (2)
44ValueTask<DocsContent?> GetDocumentAsync(string slug, string? section = null, CancellationToken cancellationToken = default); 218public async ValueTask<DocsContent?> GetDocumentAsync(string slug, string? section = null, CancellationToken cancellationToken = default)
Mcp\Tools\GetDocTool.cs (1)
79var doc = await _docsIndexService.GetDocumentAsync(slug, section, cancellationToken).ConfigureAwait(false);