@hanna84/mcp-writing 1.4.4 → 1.4.6

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/CHANGELOG.md CHANGED
@@ -4,11 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v1.4.6](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.4.5...v1.4.6)
9
+
10
+ - docs: add status badges to README [`#39`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/39)
12
+
13
+ #### [v1.4.5](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v1.4.4...v1.4.5)
15
+
16
+ > 19 April 2026
17
+
18
+ - chore: align GitHub Releases with release-it tags [`#38`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/38)
20
+ - Release 1.4.5 [`bd0a3a4`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/bd0a3a41ed584a0d020f736c908012dfc3d59299)
22
+
7
23
  #### [v1.4.4](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v1.4.3...v1.4.4)
9
25
 
26
+ > 19 April 2026
27
+
10
28
  - chore: show npm releases in Deployments [`#37`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/37)
30
+ - Release 1.4.4 [`d5c29e2`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/d5c29e284804a7c2d5c37d18b8469e492d681823)
12
32
 
13
33
  #### [v1.4.3](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v1.4.2...v1.4.3)
package/README.md CHANGED
@@ -1,5 +1,7 @@
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) [![Publish to npm](https://github.com/hannasdev/mcp-writing/actions/workflows/publish.yml/badge.svg)](https://github.com/hannasdev/mcp-writing/actions/workflows/publish.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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
+
3
5
  An MCP service for AI-assisted reasoning and editing on long-form fiction projects.
4
6
 
5
7
  Designed to work with [OpenClaw](https://github.com/openclaw/openclaw) but compatible with any MCP-capable AI gateway.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "type": "module",
6
6
  "main": "index.js",