| 8 | type JsonObject = Record<string, unknown>; |
| 9 | |
| 10 | interface SetupOptions { |
| 11 | cursor?: boolean; |
| 12 | claude?: boolean; |
| 13 | claudeCli?: boolean; |
| 14 | codex?: boolean; |
| 15 | } |
| 16 | |
| 17 | interface McpServerEntry { |
| 18 | command: string; |
nothing calls this directly
no outgoing calls
no test coverage detected