StdioTransport

org.llm4s.mcp.StdioTransport
case class StdioTransport(command: Seq[String], name: String) extends MCPTransport

Stdio transport configuration using subprocess communication.

Launches the MCP server as a subprocess and communicates via stdin/stdout. Suitable for local MCP servers and development environments.

Value parameters

command

Command line to launch the server process (e.g., Seq("npx", "@playwright/mcp@latest"))

name

Unique identifier for this transport instance

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MCPTransport
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product