MCP save_memory: Type "note" not allowed by database constraint #242
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The MCP tool
save_memoryaccepts atypeparameter with allowed values:decision,discovery,note,bookmark. However, the database has a CHECK constraint that only allows:decision,bugfix,feature,refactor,discovery,change,session-request.Error:
MCP Tool Definition:
Solution Options
noteandbookmarktypesnote→discovery,bookmark→decision)