| 228 | * daemon at start time. |
| 229 | */ |
| 230 | export class MCPServer { |
| 231 | private projectPath: string | null; |
| 232 | // Direct-mode-only state. In daemon mode the per-connection sessions live |
| 233 | // inside the Daemon class; in proxy mode there is no session at all. |
nothing calls this directly
no outgoing calls
no test coverage detected