We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e610d85 commit e34babbCopy full SHA for e34babb
mcp/src/main/java/io/modelcontextprotocol/client/McpSyncClient.java
@@ -97,6 +97,14 @@ public McpSchema.Implementation getServerInfo() {
97
return this.delegate.getServerInfo();
98
}
99
100
+ /**
101
+ * Check if the client-server connection is initialized.
102
+ * @return true if the client-server connection is initialized
103
+ */
104
+ public boolean isInitialized() {
105
+ return this.delegate.isInitialized();
106
+ }
107
+
108
/**
109
* Get the client capabilities that define the supported features and functionality.
110
* @return The client capabilities
0 commit comments