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.
- package/dist/bin/api-server.cjs +3 -3
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +1 -1
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-7PQFU7TV.js → chunk-4CPJKKY5.js} +3 -3
- package/dist/chunk-4CPJKKY5.js.map +1 -0
- package/dist/{chunk-FEUCMGIJ.js → chunk-7KKH7LA5.js} +2 -2
- package/dist/chunk-YSSWPZ2B.js +7 -0
- package/dist/chunk-YSSWPZ2B.js.map +1 -0
- package/dist/{server-G7PVVOH3.js → server-2IA3HUEC.js} +5 -5
- package/dist/{worker-AITQTXHM.js → worker-5K7TPBPR.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2IXMOXDH.js +0 -7
- package/dist/chunk-2IXMOXDH.js.map +0 -1
- package/dist/chunk-7PQFU7TV.js.map +0 -1
- /package/dist/{chunk-FEUCMGIJ.js.map → chunk-7KKH7LA5.js.map} +0 -0
- /package/dist/{server-G7PVVOH3.js.map → server-2IA3HUEC.js.map} +0 -0
- /package/dist/{worker-AITQTXHM.js.map → worker-5K7TPBPR.js.map} +0 -0
package/dist/bin/api-server.cjs
CHANGED
|
@@ -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
|
|
9788
|
-
notes: "Metered for the
|
|
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.
|
|
23884
|
+
PACKAGE_VERSION = "0.3.23";
|
|
23885
23885
|
}
|
|
23886
23886
|
});
|
|
23887
23887
|
|