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

Function codex_config_path

src/agents/codex.rs:319–321  ·  view source on GitHub ↗

The user-level Codex config that carries MCP registrations and hook trust.

(home: &Path)

Source from the content-addressed store, hash-verified

317
318/// The user-level Codex config that carries MCP registrations and hook trust.
319fn codex_config_path(home: &Path) -> PathBuf {
320 home.join(".codex/config.toml")
321}
322
323fn codex_repo_plugin_install_dir(project_path: &Path) -> PathBuf {
324 project_path.join("plugins/tracedecay")

Calls

no outgoing calls

Tested by

no test coverage detected