File tree Expand file tree Collapse file tree 4 files changed +0
-32
lines changed
src/ModelContextProtocol.Core/Protocol Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,7 @@ public sealed class Implementation : IBaseMetadata
41
41
/// Gets or sets an optional list of icons for this implementation.
42
42
/// </summary>
43
43
/// <remarks>
44
- /// <para>
45
44
/// This can be used by clients to display the implementation in a user interface.
46
- /// Multiple icons can be provided to support different display contexts and resolutions.
47
- /// Clients should select the most appropriate icon based on their UI requirements.
48
- /// </para>
49
- /// <para>
50
- /// Each icon should specify a source URI that points to the icon file or data representation,
51
- /// and may also include MIME type and size information to help clients choose the best icon.
52
- /// </para>
53
45
/// </remarks>
54
46
[ JsonPropertyName ( "icons" ) ]
55
47
public IList < Icon > ? Icons { get ; set ; }
Original file line number Diff line number Diff line change @@ -56,15 +56,7 @@ public sealed class Prompt : IBaseMetadata
56
56
/// Gets or sets an optional list of icons for this prompt.
57
57
/// </summary>
58
58
/// <remarks>
59
- /// <para>
60
59
/// This can be used by clients to display the prompt's icon in a user interface.
61
- /// Multiple icons can be provided to support different display contexts and resolutions.
62
- /// Clients should select the most appropriate icon based on their UI requirements.
63
- /// </para>
64
- /// <para>
65
- /// Each icon should specify a source URI that points to the icon file or data representation,
66
- /// and may also include MIME type and size information to help clients choose the best icon.
67
- /// </para>
68
60
/// </remarks>
69
61
[ JsonPropertyName ( "icons" ) ]
70
62
public IList < Icon > ? Icons { get ; set ; }
Original file line number Diff line number Diff line change @@ -84,15 +84,7 @@ public sealed class Resource : IBaseMetadata
84
84
/// Gets or sets an optional list of icons for this resource.
85
85
/// </summary>
86
86
/// <remarks>
87
- /// <para>
88
87
/// This can be used by clients to display the resource's icon in a user interface.
89
- /// Multiple icons can be provided to support different display contexts and resolutions.
90
- /// Clients should select the most appropriate icon based on their UI requirements.
91
- /// </para>
92
- /// <para>
93
- /// Each icon should specify a source URI that points to the icon file or data representation,
94
- /// and may also include MIME type and size information to help clients choose the best icon.
95
- /// </para>
96
88
/// </remarks>
97
89
[ JsonPropertyName ( "icons" ) ]
98
90
public IList < Icon > ? Icons { get ; set ; }
Original file line number Diff line number Diff line change @@ -111,15 +111,7 @@ public JsonElement? OutputSchema
111
111
/// Gets or sets an optional list of icons for this tool.
112
112
/// </summary>
113
113
/// <remarks>
114
- /// <para>
115
114
/// This can be used by clients to display the tool's icon in a user interface.
116
- /// Multiple icons can be provided to support different display contexts and resolutions.
117
- /// Clients should select the most appropriate icon based on their UI requirements.
118
- /// </para>
119
- /// <para>
120
- /// Each icon should specify a source URI that points to the icon file or data representation,
121
- /// and may also include MIME type and size information to help clients choose the best icon.
122
- /// </para>
123
115
/// </remarks>
124
116
[ JsonPropertyName ( "icons" ) ]
125
117
public IList < Icon > ? Icons { get ; set ; }
You can’t perform that action at this time.
0 commit comments