mcp-scraper 0.2.17 → 0.2.18

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.
Files changed (31) hide show
  1. package/README.md +5 -3
  2. package/dist/bin/api-server.cjs +1 -1
  3. package/dist/bin/api-server.cjs.map +1 -1
  4. package/dist/bin/api-server.js +1 -1
  5. package/dist/bin/browser-agent-stdio-server.cjs +1 -1
  6. package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
  7. package/dist/bin/browser-agent-stdio-server.js +2 -2
  8. package/dist/bin/mcp-scraper-cli.cjs +1 -1
  9. package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
  10. package/dist/bin/mcp-scraper-cli.js +1 -1
  11. package/dist/bin/mcp-scraper-combined-stdio-server.cjs +1 -1
  12. package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
  13. package/dist/bin/mcp-scraper-combined-stdio-server.js +3 -3
  14. package/dist/bin/mcp-scraper-install.cjs +4 -3
  15. package/dist/bin/mcp-scraper-install.cjs.map +1 -1
  16. package/dist/bin/mcp-scraper-install.js +4 -3
  17. package/dist/bin/mcp-scraper-install.js.map +1 -1
  18. package/dist/bin/mcp-stdio-server.cjs +1 -1
  19. package/dist/bin/mcp-stdio-server.cjs.map +1 -1
  20. package/dist/bin/mcp-stdio-server.js +2 -2
  21. package/dist/chunk-M5SAUO4K.js +7 -0
  22. package/dist/chunk-M5SAUO4K.js.map +1 -0
  23. package/dist/{chunk-ZA7IZZKN.js → chunk-P5PLQU3H.js} +2 -2
  24. package/dist/{chunk-BYF7HTLJ.js → chunk-RJMCASQH.js} +2 -2
  25. package/dist/{server-AK3UME3Y.js → server-VVY5K44O.js} +3 -3
  26. package/package.json +1 -1
  27. package/dist/chunk-NZG2K6CJ.js +0 -7
  28. package/dist/chunk-NZG2K6CJ.js.map +0 -1
  29. /package/dist/{chunk-ZA7IZZKN.js.map → chunk-P5PLQU3H.js.map} +0 -0
  30. /package/dist/{chunk-BYF7HTLJ.js.map → chunk-RJMCASQH.js.map} +0 -0
  31. /package/dist/{server-AK3UME3Y.js.map → server-VVY5K44O.js.map} +0 -0
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  HttpMcpToolExecutor,
4
4
  buildPaaExtractorMcpServer
5
- } from "../chunk-BYF7HTLJ.js";
5
+ } from "../chunk-RJMCASQH.js";
6
6
  import "../chunk-M2S27J6Z.js";
7
- import "../chunk-NZG2K6CJ.js";
7
+ import "../chunk-M5SAUO4K.js";
8
8
 
9
9
  // bin/mcp-stdio-server.ts
10
10
  import { readFileSync } from "fs";
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var PACKAGE_VERSION = "0.2.18";
3
+
4
+ export {
5
+ PACKAGE_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-M5SAUO4K.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.18'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PACKAGE_VERSION
3
- } from "./chunk-NZG2K6CJ.js";
3
+ } from "./chunk-M5SAUO4K.js";
4
4
 
5
5
  // src/mcp/browser-agent-mcp-server.ts
6
6
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
@@ -790,4 +790,4 @@ export {
790
790
  buildBrowserAgentMcpServer,
791
791
  registerBrowserAgentMcpTools
792
792
  };
793
- //# sourceMappingURL=chunk-ZA7IZZKN.js.map
793
+ //# sourceMappingURL=chunk-P5PLQU3H.js.map
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-M2S27J6Z.js";
4
4
  import {
5
5
  PACKAGE_VERSION
6
- } from "./chunk-NZG2K6CJ.js";
6
+ } from "./chunk-M5SAUO4K.js";
7
7
 
8
8
  // src/harvest-timeout.ts
9
9
  var VERCEL_FUNCTION_MAX_MS = 3e5;
@@ -2658,4 +2658,4 @@ export {
2658
2658
  registerPaaExtractorMcpTools,
2659
2659
  HttpMcpToolExecutor
2660
2660
  };
2661
- //# sourceMappingURL=chunk-BYF7HTLJ.js.map
2661
+ //# sourceMappingURL=chunk-RJMCASQH.js.map
@@ -100,7 +100,7 @@ import {
100
100
  harvestTimeoutBudget,
101
101
  liveWebToolAnnotations,
102
102
  outputBaseDir
103
- } from "./chunk-BYF7HTLJ.js";
103
+ } from "./chunk-RJMCASQH.js";
104
104
  import {
105
105
  CaptchaError,
106
106
  RECAPTCHA_INSTRUCTIONS,
@@ -114,7 +114,7 @@ import {
114
114
  workflowDefinition,
115
115
  workflowOutputBaseDir
116
116
  } from "./chunk-F44RBOJ5.js";
117
- import "./chunk-NZG2K6CJ.js";
117
+ import "./chunk-M5SAUO4K.js";
118
118
 
119
119
  // src/api/outbound-sanitize.ts
120
120
  var KEY_RENAMES = {
@@ -14733,4 +14733,4 @@ app.get("/blog/:slug/", (c) => {
14733
14733
  export {
14734
14734
  app
14735
14735
  };
14736
- //# sourceMappingURL=server-AK3UME3Y.js.map
14736
+ //# sourceMappingURL=server-VVY5K44O.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-scraper",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "MCP server for MCP Scraper web intelligence tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,7 +0,0 @@
1
- // src/version.ts
2
- var PACKAGE_VERSION = "0.2.17";
3
-
4
- export {
5
- PACKAGE_VERSION
6
- };
7
- //# sourceMappingURL=chunk-NZG2K6CJ.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.2.17'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}