Property Prompts
Prompts
Gets a cached view of the server's prompt catalog. On first access, this property blocks to fetch the catalog via GetPromptsAsync(CancellationToken). Use RefreshPrompts(CancellationToken) to force a fresh fetch.
public IReadOnlyCollection<McpPrompt> Prompts { get; }