(loc: Location, opts: InstallOptions)
| 95 | supportsLocation(loc: Location): boolean; |
| 96 | detect(loc: Location): DetectionResult; |
| 97 | install(loc: Location, opts: InstallOptions): WriteResult; |
| 98 | /** |
| 99 | * Inverse of install. Removes only what install would have written; |
| 100 | * preserves sibling MCP servers, sibling permissions, and unrelated |
no outgoing calls
no test coverage detected