# McpTransportType

- Module: [CommunityToolkit.Aspire.Hosting.McpInspector](/reference/api/typescript/communitytoolkit.aspire.hosting.mcpinspector.md)
- Version: `13.4.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

Represents the type of transport used by the MCP server.

## Definition

```typescript
enum McpTransportType {
  StreamableHttp = 0,
  Sse = 1,
}
```

## Values

- `StreamableHttp` = `0`
- `Sse` = `1`
