| server-command | MCP server command to execute (e.g., "npx @modelcontextprotocol/server-filesystem /path") | no | — |
| transport | Transport type (stdio, sse, streamable) | no | stdio |
| endpoint | Endpoint URL for sse or streamable transport | no | — |
| headers | HTTP headers in Key:Value format (comma-separated for multiple) | no | — |
| format | Output format (markdown, html, json, pdf, hugo) | no | markdown |
| output-file | Output file path (required for pdf format) or directory path (for hugo format) | no | — |
| no-toc | Disable table of contents in markdown output | no | false |
| frontmatter | Add frontmatter to output (yaml, toml, json) | no | — |
| timeout | Connection timeout in seconds | no | 30 |
| verbose | Enable verbose output | no | false |
| context-files | Context configuration files (YAML/JSON) for rich documentation context (comma-separated). Use relative paths from workspace root (e.g., "docs/context.yaml,config/overrides.json"). Path traversal attempts are blocked for security. | no | — |
| scan-tools | Include tools in the documentation output | no | true |
| scan-resources | Include resources in the documentation output | no | true |
| scan-prompts | Include prompts in the documentation output | no | true |
| hugo-base-url | Base URL for Hugo site (e.g., https://example.com or https://docs.mysite.com) | no | — |
| hugo-language-code | Language code for Hugo site (e.g., en, en-US, zh-Hans, pt-BR) | no | en-us |
| hugo-enterprise-key | Enterprise key for Presidium configuration (optional, uses server name if not specified) | no | — |
| hugo-author-strict | Require author field in frontmatter (default: false) | no | false |
| hugo-theme | [DEPRECATED] No longer supported with Presidium layouts. Hugo now uses Presidium modules automatically. | no | — |
| hugo-github | [DEPRECATED] No longer supported with Presidium layouts. Configure social links in Hugo site config if needed. | no | — |
| hugo-twitter | [DEPRECATED] No longer supported with Presidium layouts. Configure social links in Hugo site config if needed. | no | — |
| hugo-site-logo | [DEPRECATED] No longer supported with Presidium layouts. Configure logo in Hugo site config if needed. | no | — |
| hugo-google-analytics | [DEPRECATED] No longer supported with Presidium layouts. Configure analytics in Hugo site config if needed. | no | — |
| custom-initialisms | Additional technical initialisms to recognize for human-readable headings (comma-separated, e.g., API,CDN,JWT,CORP,ACME) | no | — |
| call-tool | Call specific tool(s) by name (comma-separated for multiple tools, e.g., "get_weather,get_forecast") | no | — |
| tool-args | JSON arguments for tool calls (applies to all tools specified in call-tool) | no | — |
| call-all-tools | Call all available tools with empty/provided arguments for testing and documentation | no | false |