-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 975 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
33
34
35
36
37
38
39
{
"name": "dsh-webfetch",
"version": "1.1.0",
"description": "Zero-dependency webfetch MCP server: fetch any http(s) URL as clean text / simplified markdown / raw HTML / formatted JSON, with robots.txt compliance, chunked reading and SSRF protection. Designed for DeepSeek Harness, works with any MCP client.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/withlovehub/dsh-webfetch.git"
},
"homepage": "https://github.com/withlovehub/dsh-webfetch#readme",
"bugs": {
"url": "https://github.com/withlovehub/dsh-webfetch/issues"
},
"author": "withlovehub",
"main": "server.js",
"bin": {
"dsh-webfetch": "server.js"
},
"scripts": {
"test": "node test.js"
},
"engines": {
"node": ">=20"
},
"keywords": [
"mcp",
"webfetch",
"web-fetch",
"deepseek",
"harness",
"stdio",
"zero-dependency"
],
"files": [
"server.js",
"README.md",
"LICENSE"
]
}