Stdio

data class Stdio(val serverParameters: ServerParameters, val timeoutDuration: Duration = Duration.ofSeconds(5)) : McpConnectionParameters

Parameters for establishing a MCP Stdio connection.

Constructors

Link copied to clipboard
constructor(serverParameters: ServerParameters, timeoutDuration: Duration = Duration.ofSeconds(5))

Properties

Link copied to clipboard
val serverParameters: ServerParameters

Parameters for the MCP Stdio server.

Link copied to clipboard

Timeout for establishing the connection to the MCP stdio server.