@hanna84/mcp-writing 1.6.1 → 1.6.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.
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.6.2](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.6.1...v1.6.2)
9
+
10
+ - docs: correct README license footer to AGPL-3.0-only [`#47`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/47)
12
+
7
13
  #### [v1.6.1](https://github.com/hannasdev/mcp-writing.git
8
14
  /compare/v1.6.0...v1.6.1)
9
15
 
16
+ > 19 April 2026
17
+
10
18
  - fix: preflight prose writes and make canonical sheet creation idempotent [`#46`](https://github.com/hannasdev/mcp-writing.git
11
19
  /pull/46)
20
+ - Release 1.6.1 [`b456e59`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/b456e59214d736ce250b66729a933645ab370f23)
12
22
 
13
23
  #### [v1.6.0](https://github.com/hannasdev/mcp-writing.git
14
24
  /compare/v1.5.2...v1.6.0)
package/README.md CHANGED
@@ -627,4 +627,4 @@ npm test
627
627
 
628
628
  ## License
629
629
 
630
- MIT
630
+ AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
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",