> 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.

# Struct Capability Target Plan

> Capabilities routed to one target.

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

<pre />

Capabilities routed to one target.

## Fields

### `tools_configured: bool`

Whether tool configuration was provided for this target.

### `skill_paths: Vec<PathBuf>`

Resolved skill paths for this target.

### `mcp_servers: BTreeMap<String, McpServerPlan>`

MCP servers for this target.

## Trait Implementations

### `impl Clone for CapabilityTargetPlan`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for CapabilityTargetPlan`

<pre />

#### `fmt`

<pre />

### `impl Default for CapabilityTargetPlan`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for CapabilityTargetPlan`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for CapabilityTargetPlan`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for CapabilityTargetPlan`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for CapabilityTargetPlan`

<pre />