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

# Struct Worker Server Config

> Explicit worker server configuration for tests and custom launchers.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

Explicit worker server configuration for tests and custom launchers.

## Fields

### `worker_endpoint: String`

Endpoint the worker listens on, such as `unix:///tmp/worker.sock` or `http://127.0.0.1:50051`.

### `host_endpoint: String`

Relay host runtime endpoint used for callbacks and continuations.

### `activation_id: String`

Host-issued activation identifier accepted by this worker.

### `auth_token: String`

Host-issued bearer token accepted by this worker.

## Trait Implementations

### `impl Clone for WorkerServerConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for WorkerServerConfig`

<pre />

#### `fmt`

<pre />