@dotdrelle/wiki-manager 0.6.18 → 0.6.19

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/core/mcp.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotdrelle/wiki-manager",
3
- "version": "0.6.18",
3
+ "version": "0.6.19",
4
4
  "description": "Agentic shell and orchestration cockpit for llm-wiki workspaces.",
5
5
  "license": "PolyForm-Noncommercial-1.0.0",
6
6
  "author": "dotrelle",
package/src/core/mcp.js CHANGED
@@ -205,7 +205,7 @@ async function mcpRequest(endpoint, method, params, signal, options = {}) {
205
205
  params: {
206
206
  protocolVersion: '2025-06-18',
207
207
  capabilities: {},
208
- clientInfo: { name: 'wiki-manager', version: '0.6.18' },
208
+ clientInfo: { name: 'wiki-manager', version: '0.6.19' },
209
209
  },
210
210
  }),
211
211
  });