Table of Contents

Enum McpServerTransportType

Namespace
OllamaSharp.ModelContextProtocol.Server
Assembly
OllamaSharp.ModelContextProtocol.dll

Represents the transport type of an MCP server.

public enum McpServerTransportType

Fields

Sse = 1

Represents a SSE (Server-Sent Events) transport type.

Stdio = 0

Represents a standard input/output transport type.