Class AbstractMcpAsyncClientTests

java.lang.Object
io.modelcontextprotocol.client.AbstractMcpAsyncClientTests

public abstract class AbstractMcpAsyncClientTests extends Object
Test suite for the McpAsyncClient that can be used with different McpTransport implementations.
Author:
Christian Tzolov, Dariusz Jędrzejczyk
  • Constructor Details

    • AbstractMcpAsyncClientTests

      public AbstractMcpAsyncClientTests()
  • Method Details

    • createMcpTransport

      protected abstract McpClientTransport createMcpTransport()
    • onStart

      protected void onStart()
    • onClose

      protected void onClose()
    • getRequestTimeout

      protected Duration getRequestTimeout()
    • getInitializationTimeout

      protected Duration getInitializationTimeout()