@intangle/mcp-server 2.5.0 → 2.5.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.
@@ -215,7 +215,7 @@ export const TOOLS = [
215
215
  description: "Optional: Array of item IDs to create explicit LINKED_TO relationships with."
216
216
  }
217
217
  },
218
- required: ["title", "content"]
218
+ required: ["title", "content", "type"]
219
219
  },
220
220
  description: "Array of items to add. ALWAYS pass 'type' field to skip auto-classification. System suggests 1-3 relevant topics based on content. Tasks can include subtasks array for hierarchical task management."
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intangle/mcp-server",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Model Context Protocol server for Intangle - AI context that persists across conversations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -245,7 +245,7 @@ export const TOOLS = [
245
245
  "Optional: Array of item IDs to create explicit LINKED_TO relationships with."
246
246
  }
247
247
  },
248
- required: ["title", "content"]
248
+ required: ["title", "content", "type"]
249
249
  },
250
250
  description:
251
251
  "Array of items to add. ALWAYS pass 'type' field to skip auto-classification. System suggests 1-3 relevant topics based on content. Tasks can include subtasks array for hierarchical task management."