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 c524acc commit 464d3f6Copy full SHA for 464d3f6
src/ModelContextProtocol.Core/Client/McpClient.cs
@@ -98,7 +98,7 @@ public Task PingAsync(CancellationToken cancellationToken = default)
98
{
99
var opts = McpJsonUtilities.DefaultOptions;
100
opts.MakeReadOnly();
101
- return this.SendRequestAsync<object?, object>(
+ return SendRequestAsync<object?, object>(
102
RequestMethods.Ping,
103
parameters: null,
104
serializerOptions: opts,
0 commit comments