@phidiassj/aiyoperps-mcp-installer 0.5.6 → 0.5.7

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.
@@ -775,7 +775,7 @@ function resolveCommandLineSpec(platform, url, options = {}) {
775
775
  } else if (options.healthCheck) {
776
776
  bridgeArgs.push('--health-check', '--quiet', '--url', url);
777
777
  } else {
778
- bridgeArgs.push('--startup-ping', '--url', url);
778
+ bridgeArgs.push('--quiet', '--url', url);
779
779
  }
780
780
 
781
781
  const installedScriptPath = resolveInstalledBridgeScriptPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phidiassj/aiyoperps-mcp-installer",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Interactive installer for registering AiyoPerps MCP with supported AI agent hosts.",
5
5
  "license": "MIT",
6
6
  "type": "module",