mcp-researchpowerpack 7.0.1 → 7.0.3

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/mcp-use.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "includeInspector": false,
3
- "buildTime": "2026-05-05T11:04:55.786Z",
4
- "buildId": "7b348cb6ec1819ba",
3
+ "buildTime": "2026-05-05T12:36:05.483Z",
4
+ "buildId": "93882292e71a5df6",
5
5
  "entryPoint": "dist/index.js",
6
6
  "widgets": {}
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-researchpowerpack",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "HTTP-first MCP research server: start-research plus raw/smart search and scrape tools — built on mcp-use.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,6 +39,7 @@
39
39
  "url": "https://github.com/yigitkonur/mcp-researchpowerpack/issues"
40
40
  },
41
41
  "dependencies": {
42
+ "@mcp-use/cli": "2.20.0",
42
43
  "@mozilla/readability": "^0.6.0",
43
44
  "@onkernel/sdk": "^0.52.0",
44
45
  "effect": "^3.21.2",
@@ -47,15 +48,14 @@
47
48
  "openai": "^4.77.0",
48
49
  "p-map": "^7.0.3",
49
50
  "turndown": "^7.2.2",
51
+ "typescript": "^5.6.0",
50
52
  "zod": "^4.3.6"
51
53
  },
52
54
  "devDependencies": {
53
- "@mcp-use/cli": "2.20.0",
54
55
  "@types/jsdom": "^28.0.1",
55
56
  "@types/node": "^22.0.0",
56
57
  "@types/turndown": "^5.0.6",
57
- "tsx": "^4.19.0",
58
- "typescript": "^5.6.0"
58
+ "tsx": "^4.19.0"
59
59
  },
60
60
  "engines": {
61
61
  "node": "^20.19.0 || >=22.12.0"