Skip to content

Commit 3e30ac6

Browse files
committed
minor
1 parent b93fc27 commit 3e30ac6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ For common operations, use simple shortcuts:
143143
simple-memory search --query "typescript" --limit 5
144144
simple-memory search --tags "project,work" --limit 20
145145
simple-memory search --query "bug" --daysAgo 7
146+
simple-memory search --query "api" --verbose # Shows generated GraphQL
146147

147148
# Store a memory
148149
simple-memory store --content "Remember this note"
@@ -171,6 +172,8 @@ simple-memory import-memory --input backup.json
171172

172173
Run `simple-memory <command> --help` for command-specific options.
173174

175+
> 💡 **Learning GraphQL?** Use `--verbose` with any shortcut command to see the generated GraphQL query. Great for learning the syntax!
176+
174177
#### Advanced: Raw GraphQL
175178

176179
Power users can execute raw GraphQL queries:
@@ -309,7 +312,8 @@ Just add to your MCP config and start using it:
309312
| `MEMORY_BACKUP_INTERVAL` | Minutes between backups | `0` (disabled) | `180` |
310313
| `MEMORY_BACKUP_KEEP` | Number of backups to keep | `10` | `24` |
311314
| `MEMORY_CLOUD_SAFE` | Cloud storage safe mode | `false` | `true` |
312-
| `DEBUG` | Enable debug logging | `false` | `true` |
315+
| `MEMORY_DEBUG` | Enable debug logging in CLI mode | `false` | `true` |
316+
| `DEBUG` | Enable debug logging (MCP server) | `false` | `true` |
313317

314318
### Custom Database Location
315319

0 commit comments

Comments
 (0)