We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795e339 commit eb6dc89Copy full SHA for eb6dc89
1 file changed
src/basic_memory/mcp/tools/write_note.py
@@ -63,7 +63,8 @@ async def write_note(
63
title: The title of the note
64
content: Markdown content for the note, can include observations and relations
65
folder: Folder path relative to project root where the file should be saved.
66
- Use forward slashes (/) as separators. Examples: "notes", "projects/2025", "research/ml"
+ Use forward slashes (/) as separators. Use empty string ("") to write to project root.
67
+ Examples: "notes", "projects/2025", "research/ml", "" (root)
68
project: Project name to write to. Optional - server will resolve using the
69
hierarchy above. If unknown, use list_memory_projects() to discover
70
available projects.
0 commit comments