@ufira/vibma 0.3.2-rc.3 → 0.3.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.cjs CHANGED
@@ -1635,6 +1635,10 @@ process.on("SIGTERM", () => {
1635
1635
  process.exit(0);
1636
1636
  });
1637
1637
  process.on("exit", cleanup);
1638
+ process.stdin.on("end", () => {
1639
+ cleanup();
1640
+ process.exit(0);
1641
+ });
1638
1642
  async function main() {
1639
1643
  try {
1640
1644
  connectToFigma();