(&self, ctx: &InstallContext, project_path: &Path)
| 47 | } |
| 48 | |
| 49 | fn install_local(&self, ctx: &InstallContext, project_path: &Path) -> Result<()> { |
| 50 | install_mcp_server(&project_path.join(".roo/mcp.json"), &ctx.tracedecay_bin) |
| 51 | } |
| 52 | |
| 53 | fn uninstall(&self, ctx: &InstallContext) -> Result<()> { |
| 54 | let settings_path = roo_ext_dir(&ctx.home).join("settings/cline_mcp_settings.json"); |
nothing calls this directly
no test coverage detected