fix(mcp): point move mismatch guidance at landing path (#916)

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
Paul Hernandez
2026-06-08 10:42:38 -05:00
committed by GitHub
parent 7c0937f658
commit a8d034b940
2 changed files with 53 additions and 2 deletions
+2 -2
View File
@@ -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()