@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.cjs CHANGED
@@ -2471,7 +2471,9 @@ async function main() {
2471
2471
  "Reindex completed; exiting"
2472
2472
  );
2473
2473
  } finally {
2474
- await runner.stop();
2474
+ await runtime.hasher.close();
2475
+ runtime.clients.close();
2476
+ runtime.db.close();
2475
2477
  }
2476
2478
  return;
2477
2479
  }