(&self, home: &Path)
| 66 | } |
| 67 | |
| 68 | fn is_detected(&self, home: &Path) -> bool { |
| 69 | roo_ext_dir(home).is_dir() |
| 70 | } |
| 71 | |
| 72 | fn primary_config_path(&self, home: &Path) -> Option<PathBuf> { |
| 73 | Some(roo_ext_dir(home).join("settings/cline_mcp_settings.json")) |
nothing calls this directly
no test coverage detected