mcp-scraper 0.3.22 → 0.3.23

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.
@@ -9784,8 +9784,8 @@ var init_rates = __esm({
9784
9784
  label: "Interactive browser session",
9785
9785
  aliases: ["browser_open", "browser agent", "browser_agent", "live browser", "browse", "browser control", "interactive browser"],
9786
9786
  credits: mcToCredits(MC_COSTS.browser_minute),
9787
- unit: "per minute the browser is open",
9788
- notes: "Metered for the full time the browser session is open (active or idle) \u2014 every minute the session stays alive is billed. Close the session to stop the meter; abandoned sessions are auto-closed after a short idle window."
9787
+ unit: "per minute of use",
9788
+ notes: "Metered per minute of use for the whole time the browser session is open. Close the session to stop the meter; abandoned sessions are auto-closed after a short idle window."
9789
9789
  }
9790
9790
  ];
9791
9791
  CONCURRENCY_PRICE_ID = "price_1Ta1NRS8aAcsk3TGwsRnYbix";
@@ -23881,7 +23881,7 @@ var PACKAGE_VERSION;
23881
23881
  var init_version = __esm({
23882
23882
  "src/version.ts"() {
23883
23883
  "use strict";
23884
- PACKAGE_VERSION = "0.3.22";
23884
+ PACKAGE_VERSION = "0.3.23";
23885
23885
  }
23886
23886
  });
23887
23887