svamp-cli 0.1.16 → 0.1.18

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.
@@ -3550,7 +3550,7 @@ Please ensure the ${agentName} CLI is installed.`
3550
3550
  }
3551
3551
  }
3552
3552
  try {
3553
- await server.echo("ping");
3553
+ await server.listServices({});
3554
3554
  } catch (err) {
3555
3555
  logger.log(`Hypha keep-alive ping failed: ${err.message}`);
3556
3556
  }