MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / install_local

Method install_local

src/agents/roo_code.rs:49–51  ·  view source on GitHub ↗
(&self, ctx: &InstallContext, project_path: &Path)

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 1

install_mcp_serverFunction · 0.70

Tested by

no test coverage detected