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