pub fn apply(config: &mut Config, assets: &PluginAssets) -> Vec<String>Expand description
Fold plugin assets into the already-merged Config. Config-defined
entries always win (a user’s [mcp_servers.x] / [agents.types.x]
beats a plugin’s); returns the warnings to surface at startup.