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:
- Compile the docs generator with
--features mcp so McpConfig appears in the schema, or
- Add a static appendix for feature-gated config sections (similar to the nodes index approach)
Found during the v0.5 docs review (#407).
Context
docs/src/content/docs/reference/configuration-generated.mdis produced by the docs generator, which derives config documentation from the compiledConfigstruct schema. Since the generator binary is compiled without themcpfeature,McpConfigfields are excluded from the generated output.The hand-written
configuration.mdnow includes a[mcp]section (added in #407), but the generated page does not, creating a divergence.Proposed fix
Either:
--features mcpsoMcpConfigappears in the schema, orFound during the v0.5 docs review (#407).