@hanna84/mcp-writing 1.4.5 → 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 +10 -0
- package/README.md +2 -0
- package/package.json +1 -1
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.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
|
+
|
|
7
13
|
#### [v1.4.5](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v1.4.4...v1.4.5)
|
|
9
15
|
|
|
16
|
+
> 19 April 2026
|
|
17
|
+
|
|
10
18
|
- chore: align GitHub Releases with release-it tags [`#38`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/38)
|
|
20
|
+
- Release 1.4.5 [`bd0a3a4`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/bd0a3a41ed584a0d020f736c908012dfc3d59299)
|
|
12
22
|
|
|
13
23
|
#### [v1.4.4](https://github.com/hannasdev/mcp-writing.git
|
|
14
24
|
/compare/v1.4.3...v1.4.4)
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# mcp-writing
|
|
2
2
|
|
|
3
|
+
[](https://github.com/hannasdev/mcp-writing/actions/workflows/ci.yml) [](https://github.com/hannasdev/mcp-writing/actions/workflows/publish.yml) [](https://github.com/hannasdev/mcp-writing/releases) [](https://www.npmjs.com/package/@hanna84/mcp-writing) [](https://www.npmjs.com/package/@hanna84/mcp-writing) [](https://nodejs.org/) [](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.
|