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

Method install_local

src/agents/kilo.rs:55–57  ·  view source on GitHub ↗
(&self, ctx: &InstallContext, project_path: &Path)

Source from the content-addressed store, hash-verified

53 }
54
55 fn install_local(&self, ctx: &InstallContext, project_path: &Path) -> Result<()> {
56 install_mcp_server(&project_path.join("kilo.json"), &ctx.tracedecay_bin)
57 }
58
59 fn uninstall(&self, ctx: &InstallContext) -> Result<()> {
60 let config_path = kilo_config_path(&ctx.home);

Callers

nothing calls this directly

Calls 1

install_mcp_serverFunction · 0.70

Tested by

no test coverage detected