@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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/@cosmocoder/mcp-web-docs.svg)](https://www.npmjs.com/package/@cosmocoder/mcp-web-docs)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@cosmocoder/mcp-web-docs.svg)](https://www.npmjs.com/package/@cosmocoder/mcp-web-docs)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
- [![Node.js](https://img.shields.io/badge/node-%3E%3D22.19.0-brightgreen.svg)](https://nodejs.org/)
6
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D24-brightgreen.svg)](https://nodejs.org/)
7
7
  [![CI](https://github.com/cosmocoder/mcp-web-docs/actions/workflows/release.yml/badge.svg)](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 >= 22.19.0
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": "1.5.26",
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": ">=22.19.0"
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": {