@cosmocoder/mcp-web-docs 1.5.26 → 2.0.0
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 -2
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@cosmocoder/mcp-web-docs)
|
|
4
4
|
[](https://www.npmjs.com/package/@cosmocoder/mcp-web-docs)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://nodejs.org/)
|
|
7
7
|
[](https://github.com/cosmocoder/mcp-web-docs/actions/workflows/release.yml)
|
|
8
8
|
|
|
9
9
|
**Index Any Documentation. Search Locally. Stay Private.**
|
|
@@ -53,7 +53,8 @@ AI assistants struggle with documentation:
|
|
|
53
53
|
|
|
54
54
|
### Prerequisites
|
|
55
55
|
|
|
56
|
-
- Node.js >=
|
|
56
|
+
- Node.js >= 24
|
|
57
|
+
- npm >= 11
|
|
57
58
|
|
|
58
59
|
### Option 1: Install from NPM (Recommended)
|
|
59
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmocoder/mcp-web-docs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "MCP server for crawling and indexing web documentation - works with any website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -103,10 +103,12 @@
|
|
|
103
103
|
"vitest-fetch-mock": "0.4.5"
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
106
|
-
"node": ">=
|
|
106
|
+
"node": ">=24",
|
|
107
|
+
"npm": ">=11"
|
|
107
108
|
},
|
|
108
109
|
"volta": {
|
|
109
|
-
"node": "24.15.0"
|
|
110
|
+
"node": "24.15.0",
|
|
111
|
+
"npm": "11.12.1"
|
|
110
112
|
},
|
|
111
113
|
"engine-strict": true,
|
|
112
114
|
"publishConfig": {
|