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

> Resolved capability configuration.

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

<pre />

Resolved capability configuration.

## Fields

### `tools: ToolsPlan`

Normalized tool policy.

### `tools_configured: bool`

Whether tool configuration was provided.

### `skill_paths: Vec<PathBuf>`

Resolved skill paths.

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

MCP server exposure plan.

### `native: CapabilityTargetPlan`

Capabilities mapped into the harness-native surface.

### `managed: CapabilityTargetPlan`

Capabilities that NeMo Fabric must expose or manage outside the native harness config.

### `unsupported: CapabilityTargetPlan`

Capabilities that are configured but not executable by this NeMo Fabric build.

### `routes: Vec<CapabilityRoute>`

Routing decisions made while planning the configured capabilities.

## Trait Implementations

### `impl Clone for CapabilityPlan`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for CapabilityPlan`

<pre />

#### `fmt`

<pre />

### `impl Default for CapabilityPlan`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for CapabilityPlan`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for CapabilityPlan`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for CapabilityPlan`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for CapabilityPlan`

<pre />