Header menu logo Nao

McpTransport Type

MCP transport type

Union cases

Union case Description

Sse url

Full Usage: Sse url

Parameters:

Server-Sent Events over HTTP

url : Uri

Stdio(command, args)

Full Usage: Stdio(command, args)

Parameters:
    command : string
    args : string list

Standard I/O (stdin/stdout) — for local tool processes

command : string
args : string list

StreamableHttp(url, headers)

Full Usage: StreamableHttp(url, headers)

Parameters:
    url : Uri
    headers : Map<string, string>

Streamable HTTP (bidirectional)

url : Uri
headers : Map<string, string>

Instance members

Instance member Description

this.IsSse

Full Usage: this.IsSse

Returns: bool
Returns: bool

this.IsStdio

Full Usage: this.IsStdio

Returns: bool
Returns: bool

this.IsStreamableHttp

Full Usage: this.IsStreamableHttp

Returns: bool
Returns: bool

Type something to start searching.