@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.
- package/dist/tool-definitions.js +1 -1
- package/package.json +1 -1
- package/tool-definitions.ts +1 -1
package/dist/tool-definitions.js
CHANGED
|
@@ -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
package/tool-definitions.ts
CHANGED
|
@@ -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."
|