We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba4a0 commit cdd82e9Copy full SHA for cdd82e9
1 file changed
src/basic_memory/mcp/tools/move_note.py
@@ -449,12 +449,12 @@ async def move_note(
449
450
## Valid examples:
451
- `notes/my-note.md`
452
- - `projects/meeting-2025.md`
453
- - `archive/old-document.md`
+ - `projects/meeting-2025.txt`
+ - `archive/old-program.sh`
454
455
## Try again with extension:
456
```
457
- move_note("{identifier}", "{destination_path}.md")
+ move_note("{identifier}", "{destination_path}.EXTENSION")
458
459
460
All examples in Basic Memory expect file extensions to be explicitly provided.
0 commit comments