Class ClientProtocolOperations
java.lang.Object
com.mulesoft.connectors.mcp.internal.client.operation.ClientProtocolOperations
Client operations to perform misc protocol operations
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientProtocolOperations
public ClientProtocolOperations()
-
-
Method Details
-
ping
@DisplayName("MCP Client - Ping") public void ping(@Connection io.modelcontextprotocol.client.McpAsyncClient client, org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void, Void> completionCallback) Pings the remote server- Parameters:
client- the clientcompletionCallback- the callback
-