@coderule/mcp 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mcp-cli.js CHANGED
@@ -2455,7 +2455,9 @@ async function main() {
2455
2455
  "Reindex completed; exiting"
2456
2456
  );
2457
2457
  } finally {
2458
- await runner.stop();
2458
+ await runtime.hasher.close();
2459
+ runtime.clients.close();
2460
+ runtime.db.close();
2459
2461
  }
2460
2462
  return;
2461
2463
  }