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 Serializabletrait Producttrait Equalstrait MCPTransportclass Objecttrait Matchableclass Any
Members list
In this article