# McpTransportType

- Kind: `enum`
- Package: [CommunityToolkit.Aspire.Hosting.McpInspector](/reference/api/csharp/communitytoolkit.aspire.hosting.mcpinspector.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpTransportType.cs)

Represents the type of transport used by the MCP server.

## Definition

```csharp
namespace Aspire.Hosting;

public enum McpTransportType
```

## Enum Members

| Name | Value | Description |
| --- | --- | --- |
| 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. |
