@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.js CHANGED
@@ -2983,7 +2983,7 @@ async function runServer() {
2983
2983
  const server = new RoxyBrowserMCPServer();
2984
2984
  await server.run();
2985
2985
  }
2986
- dotenv.config();
2986
+ dotenv.config({ quiet: true });
2987
2987
  var PKG_VERSION = "1.0.9";
2988
2988
  var program = new Command();
2989
2989
  program.name("roxy-browser-mcp").description("RoxyBrowser MCP Server - Model Context Protocol server for RoxyBrowser automation").version(PKG_VERSION, "-V, --version", "Show version").option(