Returns true if this agent appears to be installed on the system (its config directory exists).
(&self, _home: &Path)
| 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. |
no outgoing calls
no test coverage detected