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

Function cbm_remove_antigravity_mcp

src/cli/cli.c:3691–3693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3689}
3690
3691int cbm_remove_antigravity_mcp(const char *config_path) {
3692 return cbm_remove_editor_mcp(config_path);
3693}
3694
3695int cbm_remove_antigravity_mcp_owned(const char *binary_path, const char *config_path) {
3696 return cbm_remove_editor_mcp_owned(binary_path, config_path);

Callers

nothing calls this directly

Calls 1

cbm_remove_editor_mcpFunction · 0.85

Tested by

no test coverage detected