gnosys-mcp 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -51,7 +51,7 @@ let config = DEFAULT_CONFIG;
51
51
  // Create MCP server
52
52
  const server = new McpServer({
53
53
  name: "gnosys",
54
- version: "1.3.0",
54
+ version: "1.3.1",
55
55
  });
56
56
  // These are initialized in main() after resolver runs
57
57
  let search = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gnosys-mcp",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Gnosys — Persistent Memory for AI Agents and Universal Transparent Knowledge Engine. MCP server + CLI.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",