mcp-researchpowerpack 7.0.13 → 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 +3 -0
- package/dist/mcp-use.json +2 -2
- package/package.json +2 -2
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-researchpowerpack",
|
|
3
|
-
"version": "7.0.
|
|
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
|
|
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
|
}
|