Skip to content

gen-docs-reference: include MCP config section in generated configuration page #412

@staging-devin-ai-integration

Description

@staging-devin-ai-integration

Context

docs/src/content/docs/reference/configuration-generated.md is produced by the docs generator, which derives config documentation from the compiled Config struct schema. Since the generator binary is compiled without the mcp feature, McpConfig fields are excluded from the generated output.

The hand-written configuration.md now includes a [mcp] section (added in #407), but the generated page does not, creating a divergence.

Proposed fix

Either:

  1. Compile the docs generator with --features mcp so McpConfig appears in the schema, or
  2. Add a static appendix for feature-gated config sections (similar to the nodes index approach)

Found during the v0.5 docs review (#407).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions