mcp-researchpowerpack 7.0.14 → 7.0.15

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/README.md CHANGED
@@ -159,6 +159,9 @@ deploy to manufact cloud via the `mcp-use` cli (github-backed):
159
159
  pnpm deploy # runs the package script: mcp-use deploy
160
160
  ```
161
161
 
162
+ the canonical hosted endpoint is `https://research-mcp.yigitkonur.com/mcp`.
163
+ the raw manufact server slug is `calm-wave-3gtvb`.
164
+
162
165
  or self-host anywhere with node 20.19+ / 22.12+:
163
166
 
164
167
  ```bash
package/dist/mcp-use.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "includeInspector": false,
3
- "buildTime": "2026-05-06T01:45:44.831Z",
4
- "buildId": "39e85b20f1588a44",
3
+ "buildTime": "2026-05-06T02:16:09.480Z",
4
+ "buildId": "6ad3e07930cd6adb",
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.14",
3
+ "version": "7.0.15",
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",
@@ -73,7 +73,7 @@
73
73
  "inspect": "npx @mcp-use/inspector --url http://localhost:3000/mcp",
74
74
  "typecheck": "tsc --noEmit",
75
75
  "test": "pnpm test:unit && pnpm test:http",
76
- "test:unit": "tsx --test tests/**/*.test.ts",
76
+ "test:unit": "tsx --test tests/*.test.ts",
77
77
  "test:http": "tsx tests/http-server.ts",
78
78
  "test:evals": "tsx tests/agent-behavior.ts"
79
79
  }