-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "searchfetch",
"version": "2.0.0",
"description": "Fault-tolerant MCP Server for Stealth Web Search and Fetching",
"type": "module",
"bin": {
"searchfetch": "./index.js"
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxylev/searchfetch.git"
},
"scripts": {
"start": "node ./index.js",
"inspector-js": "npx @modelcontextprotocol/inspector node ./index.js",
"inspector-py": "npx @modelcontextprotocol/inspector uv run python ./server.py"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"cheerio": "^1.2.0",
"cloakbrowser": "^0.3.27",
"playwright-core": "^1.59.1",
"turndown": "^7.2.4",
"zod": "^4.4.3"
}
}