mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix(mcp): point move mismatch guidance at landing path (#916)
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -941,9 +941,9 @@ move_note("{identifier}", destination_folder="notes")
|
||||
moved within the same project. To move content between projects:
|
||||
|
||||
```
|
||||
read_note("{identifier}")
|
||||
read_note("{result.file_path}")
|
||||
write_note("Title", "content", "folder", project="target-project")
|
||||
delete_note("{identifier}", project="{active_project.name}")
|
||||
delete_note("{result.file_path}", project="{active_project.name}")
|
||||
```
|
||||
""").strip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user