@cosmocoder/mcp-web-docs 2.2.1 → 2.2.3

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 +7 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -609,12 +609,13 @@ search_collection({
609
609
  ```
610
610
 
611
611
  **Collections vs Tags:**
612
- | Feature | Collections | Tags |
613
- |---------|-------------|------|
614
- | Purpose | Group docs as a project/workspace | Categorize individual docs |
615
- | Structure | Named container with multiple docs | Labels on individual docs |
616
- | Use case | "My React Project" with React + Next.js + TS | "This doc is about React" |
617
- | Searching | `search_collection` for focused results | `tags` filter in `search_documentation` |
612
+
613
+ | Feature | Collections | Tags |
614
+ | --------- | -------------------------------------------- | --------------------------------------- |
615
+ | Purpose | Group docs as a project/workspace | Categorize individual docs |
616
+ | Structure | Named container with multiple docs | Labels on individual docs |
617
+ | Use case | "My React Project" with React + Next.js + TS | "This doc is about React" |
618
+ | Searching | `search_collection` for focused results | `tags` filter in `search_documentation` |
618
619
 
619
620
  You can use both together — a document can have tags AND belong to multiple collections.
620
621
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmocoder/mcp-web-docs",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "MCP server for crawling and indexing web documentation - works with any website",
5
5
  "keywords": [
6
6
  "mcp",
@@ -67,11 +67,11 @@
67
67
  "default-browser": "5.5.0",
68
68
  "fastembed": "2.1.0",
69
69
  "playwright": "1.62.1",
70
- "proxy-chain": "2.7.1",
70
+ "proxy-chain": "3.0.0",
71
71
  "quick-lru": "7.3.0",
72
72
  "safe-regex2": "5.1.1",
73
73
  "sqlite": "5.1.1",
74
- "sqlite3": "5.1.7",
74
+ "sqlite3": "6.0.1",
75
75
  "typescript": "5.9.3",
76
76
  "undici": "7.29.0",
77
77
  "zod": "4.4.3"
@@ -85,16 +85,16 @@
85
85
  "@semantic-release/npm": "13.1.5",
86
86
  "@semantic-release/release-notes-generator": "14.1.1",
87
87
  "@types/cli-progress": "3.11.6",
88
- "@types/jsdom": "27.0.0",
88
+ "@types/jsdom": "30.0.0",
89
89
  "@types/node": "24.12.4",
90
90
  "@vitest/coverage-v8": "4.1.10",
91
91
  "eslint": "9.39.2",
92
92
  "globals": "17.9.0",
93
93
  "husky": "9.1.7",
94
94
  "jiti": "2.7.0",
95
- "jsdom": "28.1.0",
95
+ "jsdom": "30.0.1",
96
96
  "lint-staged": "17.3.0",
97
- "prettier": "3.8.5",
97
+ "prettier": "3.9.6",
98
98
  "prettier-plugin-brace-style": "0.10.3",
99
99
  "typescript-eslint": "8.66.0",
100
100
  "vitest": "4.1.10",