()
| 104 | } |
| 105 | |
| 106 | public dispose(): void { |
| 107 | this.proc?.kill(); |
| 108 | this.output.dispose(); |
| 109 | } |
| 110 | |
| 111 | /** Kill the current MCP server process and re-start with a fresh DB connection. */ |
| 112 | public async restart(): Promise<void> { |
no outgoing calls
no test coverage detected