@hanna84/mcp-writing 1.11.3 → 1.11.5

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.11.5](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.11.4...v1.11.5)
9
+
10
+ - Add Copilot instructions and contribution workflow [`#64`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/64)
12
+
13
+ #### [v1.11.4](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v1.11.3...v1.11.4)
15
+
16
+ > 23 April 2026
17
+
18
+ - fix: add async-progress.js to package files allowlist [`#63`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/63)
20
+ - Release 1.11.4 [`d469c4e`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/d469c4e2ec9adeebfd47b234991e0766bfd93fff)
22
+
7
23
  #### [v1.11.3](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v1.11.2...v1.11.3)
9
25
 
26
+ > 23 April 2026
27
+
10
28
  - docs: reorganize AI-first documentation into scoped instructions [`#62`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/62)
30
+ - Release 1.11.3 [`6a59cb2`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/6a59cb23efd9010390f0cb5a4f09f42d88c080fa)
12
32
 
13
33
  #### [v1.11.2](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v1.11.1...v1.11.2)
@@ -0,0 +1 @@
1
+ export const ASYNC_PROGRESS_PREFIX = "__MCP_ASYNC_PROGRESS__ ";
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
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",
7
7
  "files": [
8
8
  "index.js",
9
+ "async-progress.js",
9
10
  "scrivener-direct.js",
10
11
  "importer.js",
11
12
  "db.js",