mcp-scraper 0.78.0 → 0.79.0
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/CHANGELOG.md +38 -8
- package/README.md +2 -3
- package/dist/{analytics-repository-D5LEGQG3.js → analytics-repository-VEUDEPWI.js} +2 -2
- package/dist/bin/api-server.js +6 -5
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-core.js +5 -5
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +5 -5
- package/dist/{chunk-2P2ZVRPK.js → chunk-2JF4ECSJ.js} +717 -32
- package/dist/{chunk-ZUCU2A6V.js → chunk-ATIVTEML.js} +1 -1
- package/dist/{chunk-74CCAY6T.js → chunk-DUWZQSSJ.js} +1 -1
- package/dist/{chunk-3PUMNEOC.js → chunk-LB2GNACG.js} +2 -2
- package/dist/{chunk-FODYEDZK.js → chunk-Q54QVYJ2.js} +3 -3
- package/dist/{chunk-FUMG43EN.js → chunk-Q5L2OCOQ.js} +1 -1
- package/dist/{chunk-IYYRSVRQ.js → chunk-R4YRH5PG.js} +1 -1
- package/dist/{chunk-VMWSXKUQ.js → chunk-SL7YVA4S.js} +1 -1
- package/dist/{chunk-6W4ADSWE.js → chunk-VFCUGTCF.js} +2 -2
- package/dist/{extract-bundle-P2DTUVY3.js → extract-bundle-I2GNC25L.js} +2 -2
- package/dist/{gmail-service-HN57R2GS.js → gmail-service-GGQVJUC3.js} +3 -3
- package/dist/{server-6B2OG3NN.js → server-QJUBOH6L.js} +19528 -4746
- package/dist/{site-extract-repository-XKSVXSSY.js → site-extract-repository-KF736IR6.js} +2 -2
- package/dist/{worker-2BYACLNF.js → worker-VU6JCCLG.js} +1 -1
- package/package.json +12 -1
|
@@ -28,9 +28,9 @@ import {
|
|
|
28
28
|
setExtractJobTotal,
|
|
29
29
|
settleExtractJob,
|
|
30
30
|
terminalExtractJobStatus
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-SL7YVA4S.js";
|
|
32
32
|
import "./chunk-DNM65UCK.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-VFCUGTCF.js";
|
|
34
34
|
import "./chunk-OU4FV2RP.js";
|
|
35
35
|
export {
|
|
36
36
|
abandonExtractSettlement,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-scraper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.79.0",
|
|
4
4
|
"description": "MCP server for MCP Scraper web intelligence tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -48,6 +48,11 @@
|
|
|
48
48
|
"build:geotargets": "node --import tsx scripts/gen-geotargets.ts",
|
|
49
49
|
"build:blog": "node scripts/run-ts-sandbox-safe.mjs scripts/build-blog.ts",
|
|
50
50
|
"mcp:manifest": "node scripts/run-ts-sandbox-safe.mjs scripts/generate-mcp-tool-manifest.ts",
|
|
51
|
+
"contracts:memory": "node --import tsx scripts/generate-memory-tool-contract.ts",
|
|
52
|
+
"contracts:openapi": "node --import tsx scripts/generate-personal-assistant-openapi.ts",
|
|
53
|
+
"contracts:assistant": "npm run mcp:manifest && npm run contracts:memory && npm run contracts:openapi",
|
|
54
|
+
"contracts:assistant:verify": "node --import tsx scripts/verify-personal-assistant-contract.ts",
|
|
55
|
+
"contracts:assistant:verify:release": "node --import tsx scripts/verify-personal-assistant-contract.ts --release",
|
|
51
56
|
"mcp:memory-image-schemas": "node scripts/generate-memory-image-mcp-schemas.mjs",
|
|
52
57
|
"mcp:measure-catalog": "node scripts/run-ts-sandbox-safe.mjs scripts/measure-mcp-catalog.ts",
|
|
53
58
|
"mcp:lint-tools": "node scripts/run-ts-sandbox-safe.mjs scripts/lint-mcp-tool-craft.ts",
|
|
@@ -87,6 +92,9 @@
|
|
|
87
92
|
"analytics:migrate": "node --import tsx scripts/run-analytics-migration.ts",
|
|
88
93
|
"analytics:contract": "node --import tsx scripts/analytics/export-analytics-rest-contract.ts",
|
|
89
94
|
"analytics:contract:check": "node --import tsx scripts/analytics/export-analytics-rest-contract.ts --check",
|
|
95
|
+
"assistant:migrate": "node --import tsx scripts/run-personal-assistant-migration.ts",
|
|
96
|
+
"assistant:schema:verify": "vitest run tests/unit/personal-assistant-db.test.ts tests/unit/personal-assistant-production-stores.test.ts tests/integration/personal-assistant-db.test.ts",
|
|
97
|
+
"assistant:deployment:preflight": "node --import tsx scripts/verify-personal-assistant-deployment-config.ts",
|
|
90
98
|
"analytics:rollups": "node --import tsx scripts/run-analytics-rollups.ts",
|
|
91
99
|
"test:mcp-output-contract": "vitest run --config vitest.mcp-output-contract.config.ts tests/unit/golden-payloads.test.ts tests/unit/mcp-formatter-structured.test.ts tests/unit/mcp-2026-stdio.test.ts",
|
|
92
100
|
"mcp:verify": "npm run build && npm run mcp:manifest && npm run build:rates && npm run mcp:measure-catalog && npm run mcp:lint-tools && npm run test:mcp-output-contract && npm run typecheck && npm test && npm run package:verify-entrypoints",
|
|
@@ -123,6 +131,7 @@
|
|
|
123
131
|
"mcpscraper-memory-tools": "1.16.0",
|
|
124
132
|
"p-limit": "^7.3.0",
|
|
125
133
|
"papaparse": "^5.4.0",
|
|
134
|
+
"pg": "^8.23.0",
|
|
126
135
|
"playwright": "^1.44.0",
|
|
127
136
|
"playwright-extra": "^4.3.6",
|
|
128
137
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
@@ -143,8 +152,10 @@
|
|
|
143
152
|
"@types/jsdom": "^28.0.3",
|
|
144
153
|
"@types/node": "^20.0.0",
|
|
145
154
|
"@types/papaparse": "^5.3.0",
|
|
155
|
+
"@types/pg": "^8.23.1",
|
|
146
156
|
"@types/turndown": "^5.0.6",
|
|
147
157
|
"@types/yauzl": "^2.10.3",
|
|
158
|
+
"axe-core": "^4.13.0",
|
|
148
159
|
"better-sqlite3": "^12.9.0",
|
|
149
160
|
"bgutils-js": "^3.2.0",
|
|
150
161
|
"dotenv": "^17.4.2",
|