@hanna84/mcp-writing 3.4.1 → 3.4.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 (3) hide show
  1. package/CHANGELOG.md +446 -863
  2. package/README.md +1 -1
  3. package/package.json +15 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-writing
2
2
 
3
- [![CI](https://github.com/hannasdev/mcp-writing/actions/workflows/ci.yml/badge.svg)](https://github.com/hannasdev/mcp-writing/actions/workflows/ci.yml) [![GitHub release](https://img.shields.io/github/v/release/hannasdev/mcp-writing)](https://github.com/hannasdev/mcp-writing/releases) [![npm version](https://img.shields.io/npm/v/%40hanna84%2Fmcp-writing)](https://www.npmjs.com/package/@hanna84/mcp-writing) [![npm downloads](https://img.shields.io/npm/dm/%40hanna84%2Fmcp-writing)](https://www.npmjs.com/package/@hanna84/mcp-writing) [![Node.js](https://img.shields.io/badge/node-%3E%3D22.6.0-339933?logo=node.js&logoColor=white)](https://nodejs.org/) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL--v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
3
+ [![CI](https://github.com/hannasdev/mcp-writing/actions/workflows/ci.yml/badge.svg)](https://github.com/hannasdev/mcp-writing/actions/workflows/ci.yml) [![GitHub release](https://img.shields.io/github/v/release/hannasdev/mcp-writing)](https://github.com/hannasdev/mcp-writing/releases) [![npm version](https://img.shields.io/npm/v/%40hanna84%2Fmcp-writing)](https://www.npmjs.com/package/@hanna84/mcp-writing) [![npm downloads](https://img.shields.io/npm/dm/%40hanna84%2Fmcp-writing)](https://www.npmjs.com/package/@hanna84/mcp-writing) [![Node.js](https://img.shields.io/badge/node-%3E%3D22.13.0-339933?logo=node.js&logoColor=white)](https://nodejs.org/) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL--v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
4
4
 
5
5
  An MCP service for AI-assisted reasoning and editing on long-form fiction projects.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "homepage": "https://hannasdev.github.io/mcp-writing/",
6
6
  "type": "module",
@@ -87,6 +87,9 @@
87
87
  "scrivener"
88
88
  ],
89
89
  "license": "AGPL-3.0-only",
90
+ "engines": {
91
+ "node": ">=22.13.0"
92
+ },
90
93
  "repository": {
91
94
  "type": "git",
92
95
  "url": "https://github.com/hannasdev/mcp-writing"
@@ -96,14 +99,19 @@
96
99
  "@xmldom/xmldom": "^0.9.10",
97
100
  "gray-matter": "^4.0.3",
98
101
  "js-yaml": "^4.1.1",
99
- "pdfkit": "^0.14.0",
100
- "zod": "^4.3.6"
102
+ "pdfkit": "^0.18.0",
103
+ "zod": "^4.4.3"
101
104
  },
102
105
  "devDependencies": {
103
106
  "@eslint/js": "^10.0.1",
104
- "auto-changelog": "^2.5.0",
105
- "eslint": "^10.2.0",
106
- "globals": "^17.5.0",
107
- "release-it": "^20.0.0"
107
+ "auto-changelog": "^2.5.1",
108
+ "eslint": "^10.3.0",
109
+ "globals": "^17.6.0",
110
+ "release-it": "^20.0.1"
111
+ },
112
+ "overrides": {
113
+ "hono": "4.12.18",
114
+ "express-rate-limit": "8.5.1",
115
+ "ip-address": "10.2.0"
108
116
  }
109
117
  }