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

Method is_detected

src/agents/mod.rs:260–262  ·  view source on GitHub ↗

Returns true if this agent appears to be installed on the system (its config directory exists).

(&self, _home: &Path)

Source from the content-addressed store, hash-verified

258 /// Returns true if this agent appears to be installed on the system
259 /// (its config directory exists).
260 fn is_detected(&self, _home: &Path) -> bool {
261 false
262 }
263
264 /// Returns true if tracedecay MCP server is already registered in this
265 /// agent's config. Used for migration backfill.

Callers 1

Implementers 15

copilot.rssrc/agents/copilot.rs
cline.rssrc/agents/cline.rs
antigravity.rssrc/agents/antigravity.rs
hermes.rssrc/agents/hermes.rs
codex.rssrc/agents/codex.rs
roo_code.rssrc/agents/roo_code.rs
kimi.rssrc/agents/kimi.rs
kiro.rssrc/agents/kiro.rs
kilo.rssrc/agents/kilo.rs
vibe.rssrc/agents/vibe.rs
opencode.rssrc/agents/opencode.rs
claude.rssrc/agents/claude.rs

Calls

no outgoing calls

Tested by

no test coverage detected