MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / uninstall

Method uninstall

src/installer/targets/types.ts:104–104  ·  view source on GitHub ↗

* Inverse of install. Removes only what install would have written; * preserves sibling MCP servers, sibling permissions, and unrelated * markdown sections. Must be safe to call when nothing was ever * installed (returns `not-found` actions).

(loc: Location)

Source from the content-addressed store, hash-verified

102 * installed (returns `not-found` actions).
103 */
104 uninstall(loc: Location): WriteResult;
105 /**
106 * Print the MCP-server snippet a user would paste manually for this
107 * target. Used by `codegraph install --print-config <id>` and by

Callers 3

uninstallTargetsFunction · 0.65
uninstall.tsFile · 0.65

Implementers 8

KiroTargetsrc/installer/targets/kiro.ts
ClaudeCodeTargetsrc/installer/targets/claude.ts
CodexTargetsrc/installer/targets/codex.ts
HermesTargetsrc/installer/targets/hermes.ts
OpencodeTargetsrc/installer/targets/opencode.ts
GeminiTargetsrc/installer/targets/gemini.ts
AntigravityTargetsrc/installer/targets/antigravity.ts
CursorTargetsrc/installer/targets/cursor.ts

Calls

no outgoing calls

Tested by

no test coverage detected