pub fn validate(this: &ClientObjectiveaiMcp) -> Result<(), String>Expand description
Validates the configuration. Each entry’s fields must be
non-empty, and the plugins / tools lists each contain no
(owner, name, version) duplicates. Free-function counterpart to
super::mcp_servers::validate.