Commit graph

2 commits

Author SHA1 Message Date
Oritro Ahmed
bce111ac91
fix: use correct InboxItem model name in MCP inbox tools (#986)
The Inbox model was imported as `Inbox` but the model is exported
from models/index as `InboxItem`, causing `add_to_inbox` and
`list_inbox` to throw "Cannot read properties of undefined (reading
'create'/'findAll')" at runtime.
2026-04-12 09:10:42 +03:00
Chris
b63f684190
feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00