@roxybrowser/openapi 1.0.13 → 1.0.14

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/lib/cli.cjs CHANGED
@@ -2989,7 +2989,7 @@ async function runServer() {
2989
2989
  const server = new RoxyBrowserMCPServer();
2990
2990
  await server.run();
2991
2991
  }
2992
- dotenv__default.default.config();
2992
+ dotenv__default.default.config({ quiet: true });
2993
2993
  var PKG_VERSION = "1.0.9";
2994
2994
  var program = new commander.Command();
2995
2995
  program.name("roxy-browser-mcp").description("RoxyBrowser MCP Server - Model Context Protocol server for RoxyBrowser automation").version(PKG_VERSION, "-V, --version", "Show version").option(