Uses of Class
dev.agenor.adapters.mcp.AgenorMcpClientAdapter
Packages that use AgenorMcpClientAdapter
-
Uses of AgenorMcpClientAdapter in dev.agenor.adapters.mcp
Methods in dev.agenor.adapters.mcp that return AgenorMcpClientAdapterModifier and TypeMethodDescriptionstatic AgenorMcpClientAdapterConnects to an MCP server via SSE usingForkJoinPool.commonPool().static AgenorMcpClientAdapterMcpClientFactory.fromSse(String serverUrl, AgenorTelemetry telemetry) Connects to an MCP server via SSE with telemetry support.static AgenorMcpClientAdapterConnects to an MCP server via SSE using a custom executor.static AgenorMcpClientAdapterMcpClientFactory.fromSse(String serverUrl, Executor executor, AgenorTelemetry telemetry) Connects to an MCP server via SSE using a custom executor and telemetry.static AgenorMcpClientAdapterMcpClientFactory.fromStdio(AgenorTelemetry telemetry, String command, String... args) Launches a local MCP server subprocess with telemetry support.static AgenorMcpClientAdapterLaunches a local MCP server subprocess and connects via STDIO.static AgenorMcpClientAdapterMcpClientFactory.fromStdio(Executor executor, AgenorTelemetry telemetry, String command, String... args) Launches a local MCP server subprocess using a custom executor and telemetry.static AgenorMcpClientAdapterLaunches a local MCP server subprocess and connects via STDIO using a custom executor.