You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A <see cref="ValueTask{ReadResourceResult}"/> representing the asynchronous operation, containing a <see cref="ReadResourceResult"/> with
177
-
/// the resource content and messages. If and only if this <see cref="McpServerResource"/> doesn't match the <see cref="ReadResourceRequestParams.Uri"/>,
178
-
/// the method returns <see langword="null"/>.
187
+
/// the resource content and messages.
179
188
/// </returns>
180
189
/// <exception cref="ArgumentNullException"><paramref name="request"/> is <see langword="null"/>.</exception>
181
-
/// <exception cref="InvalidOperationException">The resource implementation returned <see langword="null"/> or an unsupported result type.</exception>
0 commit comments