Skip to content

Commit cdd82e9

Browse files
committed
update the error message
1 parent c1ba4a0 commit cdd82e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/basic_memory/mcp/tools/move_note.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,12 @@ async def move_note(
449449
450450
## Valid examples:
451451
- `notes/my-note.md`
452-
- `projects/meeting-2025.md`
453-
- `archive/old-document.md`
452+
- `projects/meeting-2025.txt`
453+
- `archive/old-program.sh`
454454
455455
## Try again with extension:
456456
```
457-
move_note("{identifier}", "{destination_path}.md")
457+
move_note("{identifier}", "{destination_path}.EXTENSION")
458458
```
459459
460460
All examples in Basic Memory expect file extensions to be explicitly provided.

0 commit comments

Comments
 (0)