MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / install

Method install

atomic-agent/src/hooks/gemini_cli.rs:704–707  ·  view source on GitHub ↗
(&self, repo_root: &Path)

Source from the content-addressed store, hash-verified

702 }
703
704 fn install(&self, repo_root: &Path) -> AgentResult<usize> {
705 let settings_path = Self::settings_path(repo_root);
706 Self::install_to(&settings_path, false)
707 }
708
709 fn uninstall(&self, repo_root: &Path) -> AgentResult<()> {
710 let settings_path = Self::settings_path(repo_root);

Calls

no outgoing calls