mcp property

McpConfig? mcp
final

Optional MCP servers config (mcp: yaml section). Parsed strictly: a schema error throws ConfigException. null disables MCP. Managed by editing the config file only (no CLI commands yet).

Implementation

final McpConfig? mcp;