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

Method uninstall

src/agents/kilo.rs:59–67  ·  view source on GitHub ↗
(&self, ctx: &InstallContext)

Source from the content-addressed store, hash-verified

57 }
58
59 fn uninstall(&self, ctx: &InstallContext) -> Result<()> {
60 let config_path = kilo_config_path(&ctx.home);
61 uninstall_mcp_server(&config_path);
62
63 eprintln!();
64 eprintln!("Uninstall complete. Tracedecay has been removed from Kilo CLI.");
65 eprintln!("Start a new Kilo CLI session for changes to take effect.");
66 Ok(())
67 }
68
69 fn healthcheck(&self, dc: &mut DoctorCounters, ctx: &HealthcheckContext) {
70 eprintln!("\n\x1b[1mKilo CLI integration\x1b[0m");

Callers

nothing calls this directly

Calls 2

kilo_config_pathFunction · 0.85
uninstall_mcp_serverFunction · 0.70

Tested by

no test coverage detected