MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_remove_codex_hooks

Function cbm_remove_codex_hooks

src/cli/cli.c:3638–3642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3636}
3637
3638int cbm_remove_codex_hooks(const char *config_path) {
3639 return cbm_reconcile_codex_hooks_command(config_path, "codebase-memory-mcp hook-augment",
3640 "codebase-memory-mcp hook-augment",
3641 CBM_TOML_CODEX_HOOK_REMOVE, false);
3642}
3643
3644/* ── OpenCode MCP config (JSON with "mcp" key) ───────────────── */
3645

Callers 1

test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected