> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Enum McpTransport

> MCP server transport.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

```rust
pub enum McpTransport {
    Stdio,
    Sse,
    StreamableHttp,
}
```

MCP server transport.

## Variants

### `Stdio`

<pre />

Standard input/output transport.

### `Sse`

<pre />

Server-Sent Events transport.

### `StreamableHttp`

<pre />

Streamable HTTP transport.

## Implementations

### `impl McpTransport`

<pre />

#### `as_str`

<pre />

Return the stable configuration value for this transport.

## Trait Implementations

### `impl Clone for McpTransport`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for McpTransport`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for McpTransport`

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for McpTransport`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for McpTransport`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for McpTransport`

<pre />

#### `serialize`

<pre />

### `impl Copy for McpTransport`

<pre />

### `impl Eq for McpTransport`

<pre />

### `impl StructuralPartialEq for McpTransport`

<pre />