@hanna84/mcp-writing 1.4.6 → 1.4.7

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,21 @@ 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.7](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.4.6...v1.4.7)
9
+
10
+ - docs: remove publish workflow badge to avoid status confusion [`#40`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/40)
12
+
7
13
  #### [v1.4.6](https://github.com/hannasdev/mcp-writing.git
8
14
  /compare/v1.4.5...v1.4.6)
9
15
 
16
+ > 19 April 2026
17
+
10
18
  - docs: add status badges to README [`#39`](https://github.com/hannasdev/mcp-writing.git
11
19
  /pull/39)
20
+ - Release 1.4.6 [`5e758f5`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/5e758f5ecc291137e87641e39d01d1b4b7dd2f1a)
12
22
 
13
23
  #### [v1.4.5](https://github.com/hannasdev/mcp-writing.git
14
24
  /compare/v1.4.4...v1.4.5)
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) [![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)
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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
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": "1.4.6",
3
+ "version": "1.4.7",
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",