feat: add chat history MCP tools #1

Merged
warkanum merged 2 commits from feature/chat-history into main 2026-04-01 14:15:19 +00:00
Showing only changes of commit 4168154c42 - Show all commits

View File

@@ -35,4 +35,8 @@ GRANT ALL ON TABLE public.agent_skills TO amcs;
GRANT ALL ON TABLE public.project_skills TO amcs;
GRANT ALL ON TABLE public.project_guardrails TO amcs;
-- Chat Histories (018)
GRANT ALL ON TABLE public.chat_histories TO amcs;
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO amcs;