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

Function cbm_remove_old_monolithic_skill

src/cli/cli.c:1500–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498}
1499
1500bool cbm_remove_old_monolithic_skill(const char *skills_dir, bool dry_run) {
1501 if (!skills_dir) {
1502 return false;
1503 }
1504
1505 char old_path[CLI_BUF_1K];
1506 snprintf(old_path, sizeof(old_path), "%s/codebase-memory-mcp", skills_dir);
1507 return cbm_remove_empty_directory(old_path, dry_run);
1508}
1509
1510/* ── JSON config helpers (using yyjson) ───────────────────────── */
1511

Callers 2

test_cli.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected