@hanna84/mcp-writing 2.8.0 → 2.9.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/index.js +1 -1
  3. 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
+ #### [v2.9.0](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v2.8.0...v2.9.0)
9
+
10
+ - feat(get_runtime_config): include server_version in response [`#92`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/92)
12
+
7
13
  #### [v2.8.0](https://github.com/hannasdev/mcp-writing.git
8
14
  /compare/v2.7.0...v2.8.0)
9
15
 
16
+ > 26 April 2026
17
+
10
18
  - feat(get_runtime_config): include server_version in response [`#91`](https://github.com/hannasdev/mcp-writing.git
11
19
  /pull/91)
20
+ - Release 2.8.0 [`917dc4e`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/917dc4e6dcfd3308e9e93f12e8c7d637ff6fb8b9)
12
22
 
13
23
  #### [v2.7.0](https://github.com/hannasdev/mcp-writing.git
14
24
  /compare/v2.6.0...v2.7.0)
package/index.js CHANGED
@@ -1521,7 +1521,7 @@ function createMcpServer() {
1521
1521
  // ---- get_runtime_config --------------------------------------------------
1522
1522
  s.tool(
1523
1523
  "get_runtime_config",
1524
- "Show the active runtime paths and capabilities for this server instance (sync dir, database path, writability, permission diagnostics, and git availability). Use this to verify which manuscript location is currently connected.",
1524
+ "Show the active runtime paths and capabilities for this server instance (server version, sync dir, database path, writability, permission diagnostics, and git availability). Use this to verify which manuscript location is currently connected.",
1525
1525
  {},
1526
1526
  async () => {
1527
1527
  return jsonResponse({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
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",