@vheins/local-memory-mcp 0.5.1 → 0.5.2

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.
@@ -606,7 +606,7 @@ Each \`mcp_local-memory_task-create\` MUST include:
606
606
  The \`description\` field MUST follow this structure EXACTLY:
607
607
 
608
608
  #### 1. Objective
609
- * Clear goal of the task.
609
+ * Clear and actionable instructions for improvement or implementation.
610
610
 
611
611
  #### 2. Scope
612
612
  * What is INCLUDED.
@@ -738,7 +738,7 @@ Each \`mcp_local-memory_task-create\` MUST include:
738
738
  The \`description\` field MUST follow this structure EXACTLY:
739
739
 
740
740
  #### 1. Objective
741
- * Clear goal of the task.
741
+ * Clear and actionable instructions for improvement or implementation.
742
742
 
743
743
  #### 2. Scope
744
744
  * What is INCLUDED.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",