We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbae84 commit 3aedd3cCopy full SHA for 3aedd3c
src/ModelContextProtocol.Core/Protocol/Icon.cs
@@ -79,8 +79,9 @@ public sealed class Icon
79
/// Gets or sets the optional theme for this icon.
80
/// </summary>
81
/// <remarks>
82
- /// Can be "light", "dark", or a custom theme identifier.
83
- /// The value is used to specify which UI theme the icon is designed for.
+ /// <see cref="Theme"/> may be "light" or "dark". "light" indicates the icon is designed to be used with a light
+ /// background, and "dark" indicates the icon is designed to be used with a dark background.
84
+ /// If not provided, clients should assume the icon can be used with any theme.
85
/// </remarks>
86
[JsonPropertyName("theme")]
87
public string? Theme { get; set; }
0 commit comments