pub fn replace_server_in_config( path: &Path, name: &str, server: McpServerConfig, ) -> Result<(), Error>
Replace an existing server block (full document for that key). Errors if the name is missing.