Skip to content
Docs Try Aspire

McpTransportType

Enum net10.0
📦 CommunityToolkit.Aspire.Hosting.McpInspector v13.1.1
Represents the type of transport used by the MCP server.
namespace Aspire.Hosting;
public sealed enum McpTransportType
StreamableHttp = 0
The MCP server uses SSE (Server-Sent Events) as the transport type.
Sse = 1
The MCP server uses Server Sent Events (SSE) as the transport type.