StdioTransportImpl

org.llm4s.mcp.StdioTransportImpl
class StdioTransportImpl(command: Seq[String], val name: String, startupTimeoutMs: Int) extends MCPTransportImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(command: Seq[String], name: String)

Binary-compatible auxiliary constructor matching the pre-timeout 2-param signature.

Binary-compatible auxiliary constructor matching the pre-timeout 2-param signature.

Attributes

Concrete methods

override def close(): Unit

Attributes

Definition Classes
def generateId(): String
override def sendNotification(notification: JsonRpcNotification): Either[String, Unit]

Attributes

Definition Classes
override def sendRequest(request: JsonRpcRequest): Either[String, JsonRpcResponse]

Attributes

Definition Classes

Concrete fields

override val name: String