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 49dee53 commit 5e03ac4Copy full SHA for 5e03ac4
samples/QuickstartWeatherServer/Tools/HttpClientExt.cs
@@ -3,7 +3,7 @@
3
4
namespace ModelContextProtocol;
5
6
-internal static class HttpClientExt
+internal static class HttpClientExtensions
7
{
8
public static async Task<JsonDocument> ReadJsonDocument(this HttpClient client, string requestUri)
9
0 commit comments