Enum McpServerTransportType
- Namespace
- OllamaSharp.ModelContextProtocol.Server
- Assembly
- OllamaSharp.ModelContextProtocol.dll
Represents the transport type of an MCP server.
public enum McpServerTransportType
Fields
Sse = 1Represents a SSE (Server-Sent Events) transport type.
Stdio = 0Represents a standard input/output transport type.