Table of Contents

Constructor StdioTransportOptions

Namespace
LMKit.Mcp.Transport
Assembly
LM-Kit.NET.dll

StdioTransportOptions()

Creates a new instance with default values.

public StdioTransportOptions()

StdioTransportOptions(string, string)

Creates a new instance with command and arguments.

public StdioTransportOptions(string command, string arguments = null)

Parameters

command string

The command to execute.

arguments string

The command arguments.