Class AgenorMcpClientAdapter

java.lang.Object
dev.agenor.adapters.mcp.AgenorMcpClientAdapter
All Implemented Interfaces:
McpClient, AutoCloseable

public class AgenorMcpClientAdapter extends Object implements McpClient
Agenor McpClient that delegates to the official MCP Java SDK's McpSyncClient, bridging its blocking calls to CompletableFuture via supplyAsync().

Use McpClientFactory to construct instances.

  • Method Details