Skip to content

Commit 464d3f6

Browse files
committed
PR feedback
1 parent c524acc commit 464d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol.Core/Client/McpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public Task PingAsync(CancellationToken cancellationToken = default)
9898
{
9999
var opts = McpJsonUtilities.DefaultOptions;
100100
opts.MakeReadOnly();
101-
return this.SendRequestAsync<object?, object>(
101+
return SendRequestAsync<object?, object>(
102102
RequestMethods.Ping,
103103
parameters: null,
104104
serializerOptions: opts,

0 commit comments

Comments
 (0)