* 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)
| 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 |
no outgoing calls
no test coverage detected