mcp-web-validator 1.3.1 → 1.3.2

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project are documented here. The project follows [Se
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.3.2] - 2026-09-20
8
+
9
+ ### Fixed
10
+
11
+ - Pinned the locally bundled Puppeteer browser line to the verified Chrome 152 headless shell after reproducing a Windows launch failure on the newer Chrome 153 line, and added a real Windows screenshot smoke test to guard the runtime path.
12
+
7
13
  ## [1.3.1] - 2026-09-20
8
14
 
9
15
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-web-validator",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "W3C HTML/CSS Validator and Technical SEO Audit MCP Server for AI coding assistants.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@modelcontextprotocol/sdk": "^1.29.0",
53
53
  "cheerio": "^1.0.0",
54
- "puppeteer": "^25.3.0",
54
+ "puppeteer": "25.7.0",
55
55
  "zod": "^4.4.3"
56
56
  },
57
57
  "devDependencies": {