@naumu/mcp 0.14.0 → 0.14.1

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/dist/index.js CHANGED
@@ -41,7 +41,7 @@ function parseRetryAfterSeconds(retryAfter) {
41
41
  }
42
42
 
43
43
  // ../mcp-core/src/version.ts
44
- var NAUMU_MCP_VERSION = "0.14.0";
44
+ var NAUMU_MCP_VERSION = "0.14.1";
45
45
 
46
46
  // ../mcp-core/src/client.ts
47
47
  var HEADER_VALUE_MAX_LENGTH = 100;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naumu/mcp",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "MCP server for Naumu - access your knowledge graph from Claude Code, Cursor, and other AI coding agents",
5
5
  "license": "MIT",
6
6
  "author": "Naumu <hello@naumu.ai>",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ai.naumu/mcp",
4
4
  "title": "Naumu",
5
5
  "description": "Search, extend, and act on your team's Naumu knowledge graph: notes, threads, and nodes.",
6
- "version": "0.14.0",
6
+ "version": "0.14.1",
7
7
  "websiteUrl": "https://naumu.ai",
8
8
  "repository": {
9
9
  "url": "https://github.com/naumu-ai/mcp",
@@ -27,7 +27,7 @@
27
27
  "registryType": "npm",
28
28
  "registryBaseUrl": "https://registry.npmjs.org",
29
29
  "identifier": "@naumu/mcp",
30
- "version": "0.14.0",
30
+ "version": "0.14.1",
31
31
  "runtimeHint": "npx",
32
32
  "transport": { "type": "stdio" },
33
33
  "environmentVariables": [