We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7389709 commit 997482cCopy full SHA for 997482c
MCPSharp/Core/ServerRpcTarget.cs
@@ -10,7 +10,7 @@ namespace MCPSharp
10
class ServerRpcTarget(ToolManager toolManager, ResourceManager resourceManager, Implementation implementation)
11
{
12
private Implementation _clientInfo;
13
- private ClientCapabilities _clientCapabilities;
+ private ClientCapabilities _clientCapabilities = new();
14
15
/// <summary>
16
/// Initializes the server with the specified protocol version, client capabilities, and client information.
0 commit comments